mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-19 05:22:00 +00: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:
parent
ae0396f83b
commit
dd6e8a87e9
108 changed files with 988 additions and 2 deletions
|
@ -1,5 +1,11 @@
|
|||
<Root>
|
||||
<File Name="object_gi_clothes" Segment="6">
|
||||
<Array Name="gGiTunicCollarVtx" Count="16" Offset="0x800">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<Array Name="gGiTunicVtx" Count="190" Offset="0x900">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<DList Name="gGiGoronCollarColorDL" Offset="0x14E0"/>
|
||||
<DList Name="gGiZoraCollarColorDL" Offset="0x1500"/>
|
||||
<DList Name="gGiGoronTunicColorDL" Offset="0x1520"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue