mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-07 06:40:15 +00:00
* Add Vtx[] resources in xmls for documented assets 1 * fix duplicate gTriforceVtx (the existing gTriforceVtx resource was too short)
13 lines
447 B
XML
13 lines
447 B
XML
<Root>
|
|
<ExternalFile OutPath="assets/objects/gameplay_keep"/>
|
|
<File Name="object_gi_compass" Segment="6">
|
|
<Array Name="gGiCompassVtx" Count="138" Offset="0x0">
|
|
<Vtx/>
|
|
</Array>
|
|
<Array Name="gGiCompassGlassVtx" Count="12" Offset="0x8A0">
|
|
<Vtx/>
|
|
</Array>
|
|
<DList Name="gGiCompassDL" Offset="0x0960"/>
|
|
<DList Name="gGiCompassGlassDL" Offset="0x0C50"/>
|
|
</File>
|
|
</Root>
|