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

Add Vtx[] resources in xmls for (partially) documented assets 3 (#2566)

* Add Vtx[] resources in xmls for (partially) documented assets 3

* revert bombf
This commit is contained in:
Dragorn421 2025-06-04 04:59:59 +02:00 committed by GitHub
parent aa00eb2c4d
commit db2c08a51f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 480 additions and 2 deletions

View file

@ -7,5 +7,28 @@
<Texture Name="gGuayTailTex" OutName="tail" Format="rgba16" Width="16" Height="16" Offset="0xE40"/>
<Skeleton Name="gGuaySkel" Type="Flex" LimbType="Standard" Offset="0x10C0"/>
<!-- Vertices -->
<Array Name="object_crow_Vtx_000100" Count="8" Offset="0x100">
<Vtx/>
</Array>
<Array Name="object_crow_Vtx_000180" Count="5" Offset="0x180">
<Vtx/>
</Array>
<Array Name="object_crow_Vtx_0001D0" Count="8" Offset="0x1D0">
<Vtx/>
</Array>
<Array Name="object_crow_Vtx_000250" Count="5" Offset="0x250">
<Vtx/>
</Array>
<Array Name="object_crow_Vtx_0002A0" Count="25" Offset="0x2A0">
<Vtx/>
</Array>
<Array Name="object_crow_Vtx_000430" Count="3" Offset="0x430">
<Vtx/>
</Array>
<Array Name="object_crow_Vtx_000460" Count="3" Offset="0x460">
<Vtx/>
</Array>
</File>
</Root>