mirror of
https://github.com/zeldaret/oot
synced 2026-09-01 17:49:54 -04:00
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)
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
<Root>
|
||||
<ExternalFile OutPath="assets/objects/gameplay_keep"/>
|
||||
<File Name="object_gi_map" Segment="6">
|
||||
<Array Name="gGiDungeonMapVtx" Count="60" Offset="0x0">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<DList Name="gGiDungeonMapDL" Offset="0x03C0"/>
|
||||
<Array Name="gGiStoneOfAgonyVtx" Count="91" Offset="0x5C0">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<DList Name="gGiStoneOfAgonyDL" Offset="0x0B70"/>
|
||||
</File>
|
||||
</Root>
|
||||
|
||||
Reference in New Issue
Block a user