mirror of
https://github.com/zeldaret/oot.git
synced 2025-02-23 07:45:55 +00:00
22 lines
737 B
XML
22 lines
737 B
XML
<Root>
|
|
<File Name="ovl_En_Ganon_Mant">
|
|
<Texture Name="gMantTex" OutName="mant" Format="rgba16" Width="32" Height="64" Offset="0x0"/>
|
|
|
|
<Texture Name="gMantUnusedTex" OutName="mant_unused" Format="rgba16" Width="32" Height="32" Offset="0x1000"/>
|
|
|
|
<Array Name="gMant1Vtx" Count="144" Offset="0x1800">
|
|
<Vtx/>
|
|
</Array>
|
|
|
|
<DList Name="gMantMaterialDL" Offset="0x2100"/>
|
|
|
|
<!-- ! @bug gMantUnusedTex is 32x32 not 32x64, however this dlist is unused -->
|
|
<DList Name="gMantUnusedMaterialDL" Offset="0x2158"/>
|
|
|
|
<DList Name="gMantDL" Offset="0x21B0"/>
|
|
|
|
<Array Name="gMant2Vtx" Count="144" Offset="0x2600">
|
|
<Vtx/>
|
|
</Array>
|
|
</File>
|
|
</Root>
|