1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-07 06:40:15 +00:00
oot/assets/xml/objects/object_gi_bottle_letter.xml
Dragorn421 dd6e8a87e9
Add Vtx[] resources in xmls for documented assets 1 (#2549)
* Add Vtx[] resources in xmls for documented assets 1

* fix duplicate gTriforceVtx (the existing gTriforceVtx resource was too short)
2025-05-31 10:09:06 +02:00

13 lines
478 B
XML

<Root>
<ExternalFile OutPath="assets/objects/gameplay_keep"/>
<File Name="object_gi_bottle_letter" Segment="6">
<Array Name="gGiLetterBottleContentsVtx" Count="65" Offset="0x0">
<Vtx/>
</Array>
<Array Name="gGiLetterBottleVtx" Count="77" Offset="0x410">
<Vtx/>
</Array>
<DList Name="gGiLetterBottleContentsDL" Offset="0x08E0"/>
<DList Name="gGiLetterBottleDL" Offset="0x0AE0"/>
</File>
</Root>