mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
* Add Vtx[] resources in xmls for documented assets 1 * fix duplicate gTriforceVtx (the existing gTriforceVtx resource was too short)
13 lines
460 B
XML
13 lines
460 B
XML
<Root>
|
|
<ExternalFile OutPath="assets/objects/gameplay_keep"/>
|
|
<File Name="object_gi_boots_2" Segment="6">
|
|
<Array Name="gGiIronBootsVtx" Count="287" Offset="0x100">
|
|
<Vtx/>
|
|
</Array>
|
|
<Array Name="gGiIronBootsRivetsVtx" Count="52" Offset="0x12F0">
|
|
<Vtx/>
|
|
</Array>
|
|
<DList Name="gGiIronBootsDL" Offset="0x1630"/>
|
|
<DList Name="gGiIronBootsRivetsDL" Offset="0x1A98"/>
|
|
</File>
|
|
</Root>
|