1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-08 07:20:16 +00:00

Add Vtx[] resources in xmls for (partially) documented assets 4 (#2567)

This commit is contained in:
Dragorn421 2025-06-04 05:39:06 +02:00 committed by GitHub
parent db2c08a51f
commit f51e3e8ab2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 839 additions and 1 deletions

View file

@ -34,5 +34,19 @@
<!-- Potion Shop Lady Animations-->
<Animation Name="gPotionShopLadyAnim" Offset="0x39C"/>
<!-- Vertices -->
<Array Name="gPotionShopLadyHeadVtx" Count="315" Offset="0x3B0">
<Vtx/>
</Array>
<Array Name="gPotionShopLadyArmVtx" Count="141" Offset="0x1760">
<Vtx/>
</Array>
<Array Name="gPotionShopLadyTorsoVtx" Count="40" Offset="0x2030">
<Vtx/>
</Array>
<Array Name="gPotionShopLadyCatVtx" Count="121" Offset="0x22B0">
<Vtx/>
</Array>
</File>
</Root>