mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
* initial asset xml split * move otrexporter back * update exporter * update xml progress * update xmls -- todo: rename actor.xml * use latest otrexporter * cherry pick over gc support changes * zapdtr gc support * fix title screen * fix jumpslash * add gc file list * add additional asset header * Update OTRExporter * Update ZAPDTR * Update libultraship * Update OTRExporter * submodule * attempt 3 at submodules * add gPowderKegFuseVtx to gc xml * lus main * for pr * zapdtr rebased * move game versions to benport * update xml for PRs * move audio, todo: add to GC * gc audio * explain commented assets * zapdtr * pull and update zapdtr * Update OTRExporter
24 lines
1.4 KiB
XML
24 lines
1.4 KiB
XML
<Root>
|
|
<!-- Assets for the Powder Keg -->
|
|
<File Name="ovl_En_Bom" BaseAddress="0x8086D8A0" RangeStart="0x2160" RangeEnd="0x3610">
|
|
<!-- Texture and DisplayLists for the Powder Keg's fuse -->
|
|
<Array Name="gPowderKegFuseVtx" Count="8" Offset="0x2160">
|
|
<Vtx/>
|
|
</Array>
|
|
<Texture Name="gPowderKegFuseTex" OutName="powder_keg_fuse" Format="i8" Width="2" Height="2" Offset="0x21E0"/>
|
|
<DList Name="gPowderKegFuseMaterialDL" Offset="0x21E8"/>
|
|
<DList Name="gPowderKegFuseModel1DL" Offset="0x2270"/>
|
|
<DList Name="gPowderKegFuseModel2DL" Offset="0x2290"/>
|
|
|
|
<!-- Textures and DisplayList for the Powder Keg -->
|
|
<Texture Name="gPowderKegBarrelTLUT" OutName="powder_keg_barrel_tlut" Format="rgba16" Width="16" Height="16" Offset="0x22B0"/>
|
|
<Texture Name="gPowderKegBarrelTex" OutName="powder_keg_barrel" Format="ci8" Width="32" Height="32" Offset="0x24B0"/>
|
|
<DList Name="gPowderKegBarrelDL" Offset="0x2EF0"/>
|
|
|
|
<!-- Textures and DisplayList for the Goron Skull on the side of the Powder Keg -->
|
|
<Texture Name="gPowderKegGoronSkullTLUT" OutName="powder_keg_goron_skull_tlut" Format="rgba16" Width="16" Height="16" Offset="0x3048"/>
|
|
<Texture Name="gPowderKegGoronSkullTex" OutName="powder_keg_goron_skull" Format="ci8" Width="16" Height="32" Offset="0x3248"/>
|
|
<DList Name="gPowderKegGoronSkullDL" Offset="0x3548"/>
|
|
</File>
|
|
</Root>
|