Files
mm/assets/xml/objects/object_gi_bigbomb.xml
engineer124 f3f147cc3d z_draw OK and Documented (#900)
* Import data for z_draw

* Match z_draw

* cleanup

* rupees

* Some object gi docs

* More documents

* Add explanation on function names

* more cleanup

* Fixed some things

* More docs

* Object docs WIP, still not done. I'll continue tomorrow

* More WIP, should just be mask gi objects left now

* Some masks done, many more to go

* cleanup

* Last masks finish

* Shield Stolen

* cleanup

* Apply various dicussions

* remove casts

* PR Suggestions

* Sync PowderKeg
2022-07-23 15:25:20 -04:00

18 lines
905 B
XML

<Root>
<!-- Get Item Draw: Powder Keg -->
<File Name="object_gi_bigbomb" Segment="6">
<!-- Powder Keg Display Lists -->
<DList Name="gGiPowderKegGoronSkullAndFuseDL" Offset="0xBC0" />
<DList Name="gGiPowderKegBarrelDL" Offset="0xDA0" />
<!-- Powder Key TLUT -->
<Texture Name="gGiPowderKegBarrelTLUT" OutName="gi_powder_keg_barrel_tlut" Format="rgba16" Width="16" Height="16" Offset="0xF30" />
<!-- Powder Keg Textures -->
<Texture Name="gGiPowderKegGoronSkullTex" OutName="gi_powder_keg_goron_skull" Format="ia8" Width="16" Height="32" Offset="0x1130" />
<Texture Name="gGiPowderKegBarrelTex" OutName="gi_powder_keg_barrel" Format="ci8" Width="32" Height="32" Offset="0x1330" />
<Texture Name="gGiPowderKegFuseTex" OutName="gi_powder_keg_fuse" Format="i8" Width="32" Height="16" Offset="0x1730" />
</File>
</Root>