mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-07 23:10:22 +00:00
* Add Vtx[] resources in xmls for documented assets 1 * fix duplicate gTriforceVtx (the existing gTriforceVtx resource was too short)
13 lines
473 B
XML
13 lines
473 B
XML
<Root>
|
|
<ExternalFile OutPath="assets/objects/gameplay_keep"/>
|
|
<File Name="object_gi_fire" Segment="6">
|
|
<Array Name="gGiBlueFireChamberstickVtx" Count="130" Offset="0x400">
|
|
<Vtx/>
|
|
</Array>
|
|
<Array Name="gGiBlueFireFlameVtx" Count="4" Offset="0xC20">
|
|
<Vtx/>
|
|
</Array>
|
|
<DList Name="gGiBlueFireChamberstickDL" Offset="0x0C60"/>
|
|
<DList Name="gGiBlueFireFlameDL" Offset="0x0F08"/>
|
|
</File>
|
|
</Root>
|