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)
13 lines
432 B
XML
13 lines
432 B
XML
<Root>
|
|
<ExternalFile OutPath="assets/objects/gameplay_keep"/>
|
|
<File Name="object_gi_frog" Segment="6">
|
|
<Array Name="gGiFrogVtx" Count="139" Offset="0x400">
|
|
<Vtx/>
|
|
</Array>
|
|
<Array Name="gGiFrogEyesVtx" Count="11" Offset="0xCB0">
|
|
<Vtx/>
|
|
</Array>
|
|
<DList Name="gGiFrogDL" Offset="0x0D60"/>
|
|
<DList Name="gGiFrogEyesDL" Offset="0x1060"/>
|
|
</File>
|
|
</Root>
|