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:
parent
db2c08a51f
commit
f51e3e8ab2
19 changed files with 839 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue