diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2025-06-04 04:24:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-03 22:24:26 -0400 |
| commit | aa00eb2c4d6eca30ac5ac9ff866b6a8b529cf57d (patch) | |
| tree | e2c78068b832ee5480493518fbcdb924539b2fc3 /assets/xml/objects/object_bl.xml | |
| parent | dec2c89c1034364c1ac5a0e1b299ee4b5cf85ad2 (diff) | |
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 ac8b38b3a827046cd33441b8c8c577e54a33bc4c.
* fix
* bss
Diffstat (limited to 'assets/xml/objects/object_bl.xml')
| -rw-r--r-- | assets/xml/objects/object_bl.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/assets/xml/objects/object_bl.xml b/assets/xml/objects/object_bl.xml index 1c2ef4ec6..6614aad83 100644 --- a/assets/xml/objects/object_bl.xml +++ b/assets/xml/objects/object_bl.xml @@ -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"/> |
