Shipwright/soh/assets/xml/N64_PAL_11/objects/object_kibako2.xml
Nicholas Estelami 7e1ee6e23e
N64 PAL 1.1 Support (#2773)
* Initial PAL 1.1 support

* 1.1 Asset Fixes

* Fixed issue where N64 builds were being flagged as MQ

* Misc fixes

* Updated LUS submodule

* Fixed up logo strings

* Updated readme and linux/mac scripts with new hash
2023-06-05 19:11:22 -04:00

20 lines
987 B
XML

<Root>
<File Name="object_kibako2" Segment="6">
<!-- DisplayLists -->
<DList Name="gLargeCrateDL" Offset="0x960"/>
<DList Name="gLargeCrateFragmentDL" Offset="0x1000"/>
<!-- Palettes -->
<Texture Name="gLargeCrate1TLUT" OutName="tlut_1" Format="rgba16" Width="4" Height="4" Offset="0x0"/>
<Texture Name="gLargeCrate2TLUT" OutName="tlut_2" Format="rgba16" Width="4" Height="4" Offset="0xBA0"/>
<!-- Textures -->
<Texture Name="gLargeCrateTex" OutName="crate_tex" Format="ci4" Width="32" Height="64" Offset="0x20" TlutOffset="0x0"/>
<Texture Name="gLargeCrateFragment1Tex" OutName="fragment_1" Format="ci4" Width="32" Height="64" Offset="0x420" TlutOffset="0x0"/>
<Texture Name="gLargeCrateFragment2Tex" OutName="fragment_2" Format="ci4" Width="32" Height="64" Offset="0xBC0" TlutOffset="0xBA0"/>
<!-- Collision -->
<Collision Name="gLargeCrateCol" Offset="0xB70"/>
</File>
</Root>