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
465 B
XML
13 lines
465 B
XML
<Root>
|
|
<ExternalFile OutPath="assets/objects/gameplay_keep"/>
|
|
<File Name="object_gi_ocarina" Segment="6">
|
|
<Array Name="gGiOcarinaTimeVtx" Count="100" Offset="0x100">
|
|
<Vtx/>
|
|
</Array>
|
|
<Array Name="gGiOcarinaTimeHolesVtx" Count="24" Offset="0x740">
|
|
<Vtx/>
|
|
</Array>
|
|
<DList Name="gGiOcarinaTimeDL" Offset="0x08C0"/>
|
|
<DList Name="gGiOcarinaTimeHolesDL" Offset="0x0AF8"/>
|
|
</File>
|
|
</Root>
|