mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 07:20:16 +00:00
* Add Vtx[] resources in xmls for documented assets 1 * fix duplicate gTriforceVtx (the existing gTriforceVtx resource was too short)
12 lines
386 B
XML
12 lines
386 B
XML
<Root>
|
|
<File Name="object_gi_letter" Segment="6">
|
|
<Array Name="gGiLetterVtx" Count="8" Offset="0xC00">
|
|
<Vtx/>
|
|
</Array>
|
|
<Array Name="gGiLetterWritingVtx" Count="4" Offset="0xC80">
|
|
<Vtx/>
|
|
</Array>
|
|
<DList Name="gGiLetterDL" Offset="0x0CC0"/>
|
|
<DList Name="gGiLetterWritingDL" Offset="0x0D60"/>
|
|
</File>
|
|
</Root>
|