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
462 B
XML
13 lines
462 B
XML
<Root>
|
|
<ExternalFile OutPath="assets/objects/gameplay_keep"/>
|
|
<File Name="object_gi_magicpot" Segment="6">
|
|
<Array Name="gGiMagicJarSmallVtx" Count="88" Offset="0x0">
|
|
<Vtx/>
|
|
</Array>
|
|
<DList Name="gGiMagicJarSmallDL" Offset="0x0580"/>
|
|
<Array Name="gGiMagicJarLargeVtx" Count="111" Offset="0x7F0">
|
|
<Vtx/>
|
|
</Array>
|
|
<DList Name="gGiMagicJarLargeDL" Offset="0x0EE0"/>
|
|
</File>
|
|
</Root>
|