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
445 B
XML
13 lines
445 B
XML
<Root>
|
|
<ExternalFile OutPath="assets/objects/gameplay_keep"/>
|
|
<File Name="object_gi_bottle" Segment="6">
|
|
<Array Name="gGiBottleStopperVtx" Count="26" Offset="0x0">
|
|
<Vtx/>
|
|
</Array>
|
|
<Array Name="gGiBottleVtx" Count="77" Offset="0x1A0">
|
|
<Vtx/>
|
|
</Array>
|
|
<DList Name="gGiBottleStopperDL" Offset="0x0670"/>
|
|
<DList Name="gGiBottleDL" Offset="0x0750"/>
|
|
</File>
|
|
</Root>
|