mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-23 07:21:19 +00:00
* Add Vtx[] resources in xmls for documented assets 1 * fix duplicate gTriforceVtx (the existing gTriforceVtx resource was too short)
13 lines
476 B
XML
13 lines
476 B
XML
<Root>
|
|
<ExternalFile OutPath="assets/objects/gameplay_keep"/>
|
|
<File Name="object_gi_butterfly" Segment="6">
|
|
<Array Name="gGiButterflyContainerVtx" Count="65" Offset="0x240">
|
|
<Vtx/>
|
|
</Array>
|
|
<Array Name="gGiButterflyGlassVtx" Count="30" Offset="0x650">
|
|
<Vtx/>
|
|
</Array>
|
|
<DList Name="gGiButterflyContainerDL" Offset="0x0830"/>
|
|
<DList Name="gGiButterflyGlassDL" Offset="0x0A70"/>
|
|
</File>
|
|
</Root>
|