mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 07:20:16 +00:00
* Add Vtx[] resources in xmls for documented assets 1 * fix duplicate gTriforceVtx (the existing gTriforceVtx resource was too short)
11 lines
584 B
XML
11 lines
584 B
XML
<Root>
|
|
<File Name="object_rr" Segment="6">
|
|
<Array Name="gLikeLikeVtx" Count="71" Offset="0x0">
|
|
<Vtx/>
|
|
</Array>
|
|
<DList Name="gLikeLikeDL" Offset="0x470"/>
|
|
<Texture Name="gLikeLikeBodyPattern1Tex" OutName="body_pattern_1" Format="rgba16" Width="16" Height="16" Offset="0x800"/>
|
|
<Texture Name="gLikeLikeBodyPattern2Tex" OutName="body_pattern_2" Format="rgba16" Width="16" Height="16" Offset="0xA00"/>
|
|
<Texture Name="gLikeLikeHoleTex" OutName="hole" Format="ia16" Width="16" Height="16" Offset="0xC00"/>
|
|
</File>
|
|
</Root>
|