mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
Add Vtx[] resources in xmls for (partially) documented assets 2 (#2565)
* Add Vtx[] resources in xmls for (partially) documented assets 2
* non-pal too
* Revert "non-pal too"
This reverts commit ac8b38b3a8
.
* fix
* bss
This commit is contained in:
parent
dec2c89c10
commit
aa00eb2c4d
38 changed files with 2307 additions and 7 deletions
|
@ -1,8 +1,17 @@
|
|||
<Root>
|
||||
<File Name="object_tp" Segment="6">
|
||||
|
||||
<!-- Tailpasaran displaylists -->
|
||||
<!-- Tailpasaran vertices and displaylists -->
|
||||
<DList Name="gTailpasaranTailSegmentDL" Offset="0x0000"/>
|
||||
<Array Name="gTailpasaranTailSegmentVtx" Count="4" Offset="0x70">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<Array Name="gTailpasaranHeadClawVtx" Count="70" Offset="0xB0">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<Array Name="gTailpasaranHeadMouthpartsVtx" Count="24" Offset="0x510">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<DList Name="gTailpasaranHeadClawDL" Offset="0x0690"/>
|
||||
<DList Name="gTailpasaranHeadMouthpartsDL" Offset="0x0840"/>
|
||||
<DList Name="gTailpasaranHeadDL" Offset="0x08D0"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue