Files
mm/assets/xml/objects/object_gi_bombpouch.xml
T
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

21 lines
851 B
XML

<Root>
<!-- Dependencies -->
<ExternalFile XmlPath="objects/gameplay_keep.xml" OutPath="assets/objects/gameplay_keep/"/>
<!-- Get Item Draw: Bomb Bag Upgrades -->
<File Name="object_gi_bombpouch" Segment="6">
<!-- Bomb Bag Upgrade Color Display Lists -->
<DList Name="gGiBombBag20BagColorDL" Offset="0xAD0" />
<DList Name="gGiBombBag30BagColorDL" Offset="0xAF0" />
<DList Name="gGiBombBag40BagColorDL" Offset="0xB10" />
<DList Name="gGiBombBag20RingColorDL" Offset="0xB30" />
<DList Name="gGiBombBag30RingColorDL" Offset="0xB50" />
<DList Name="gGiBombBag40RingColorDL" Offset="0xB70" />
<!-- Bomb Bag Upgrade Common Display Lists -->
<DList Name="gGiBombBagDL" Offset="0xB90" />
<DList Name="gGiBombBagRingDL" Offset="0xD98" />
</File>
</Root>