mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +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,8 +1,17 @@
|
|||
<Root>
|
||||
<ExternalFile OutPath="assets/objects/gameplay_keep"/>
|
||||
<File Name="object_gi_arrow" Segment="6">
|
||||
<Array Name="gGiArrowSmallVtx" Count="52" Offset="0x0">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<DList Name="gGiArrowSmallDL" Offset="0x0340"/>
|
||||
<Array Name="gGiArrowMediumVtx" Count="103" Offset="0x520">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<DList Name="gGiArrowMediumDL" Offset="0x0B90"/>
|
||||
<Array Name="gGiArrowLargeVtx" Count="165" Offset="0xDE0">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<DList Name="gGiArrowLargeDL" Offset="0x1830"/>
|
||||
</File>
|
||||
</Root>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue