blob: 9232188113d11db95ace1d7ab9904a7cbb4955ae (
plain)
1
2
3
4
5
6
7
8
9
|
<Root>
<!-- Assets for Lily Pads -->
<File Name="object_lotus" Segment="6">
<DList Name="gLilyPadDL" Offset="0x40" /> <!-- Original name is "z2_hasu_model" ("lotus") -->
<Texture Name="gLilyPadTLUT" OutName="lily_pad_tlut" Format="rgba16" Width="4" Height="4" Offset="0x100" />
<Texture Name="gLilyPadTex" OutName="lily_pad" Format="ci4" Width="64" Height="64" Offset="0x120" />
<Collision Name="gLilyPadCol" Offset="0xA20" /> <!-- Original name is "z2_hasu_bgdatainfo" -->
</File>
</Root>
|