1
0
Fork 0
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:
Dragorn421 2025-06-04 04:24:26 +02:00 committed by GitHub
parent dec2c89c10
commit aa00eb2c4d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
38 changed files with 2307 additions and 7 deletions

View file

@ -3,11 +3,26 @@
<!-- Torch Slug Animation -->
<Animation Name="gTorchSlugEyestalkWaveAnim" Offset="0x228"/> <!-- Original name is "bw_aruku" ("to walk"). Used for when the Torch Slug moves around. -->
<!-- Torch Slug Limb DisplayLists -->
<!-- Torch Slug Limb Vertices and DisplayLists -->
<Array Name="gTorchSlugLeftLowerEyestalkVtx" Count="8" Offset="0x240">
<Vtx/>
</Array>
<DList Name="gTorchSlugLeftLowerEyestalkDL" Offset="0x2C0"/>
<Array Name="gTorchSlugLeftUpperEyestalkVtx" Count="9" Offset="0x358">
<Vtx/>
</Array>
<DList Name="gTorchSlugLeftUpperEyestalkDL" Offset="0x3E8"/>
<Array Name="gTorchSlugRightLowerEyestalkVtx" Count="8" Offset="0x4D8">
<Vtx/>
</Array>
<DList Name="gTorchSlugRightLowerEyestalkDL" Offset="0x558"/>
<Array Name="gTorchSlugRightUpperEyestalkVtx" Count="9" Offset="0x5F0">
<Vtx/>
</Array>
<DList Name="gTorchSlugRightUpperEyestalkDL" Offset="0x680"/>
<Array Name="gTorchSlugBodyVtx" Count="142" Offset="0x770">
<Vtx/>
</Array>
<DList Name="gTorchSlugBodyDL" Offset="0x1050"/>
<!-- Torch Slug Textures -->