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
|
@ -5,6 +5,17 @@
|
|||
<Animation Name="gBiriClimbAnim" Offset="0x64"/>
|
||||
<Animation Name="gBiriDefaultAnim" Offset="0xA4"/><!-- Used in various states, not just as an idle -->
|
||||
|
||||
<!-- Vertices -->
|
||||
<Array Name="gBiriTentaclesVtx" Count="4" Offset="0xC0">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<Array Name="gBiriInnerHoodVtx" Count="14" Offset="0x100">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<Array Name="gBiriOuterHoodVtx" Count="29" Offset="0x1E0">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
|
||||
<!-- Biri DLists -->
|
||||
<DList Name="gBiriTentaclesDL" Offset="0x3B0"/>
|
||||
<DList Name="gBiriInnerHoodDL" Offset="0x448"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue