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 8 (#2606)

This commit is contained in:
Dragorn421 2025-06-07 17:10:36 +02:00 committed by GitHub
parent da40e39c97
commit 37a89e340f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 576 additions and 2 deletions

View file

@ -1,12 +1,24 @@
<Root>
<File Name="object_pu_box" Segment="6">
<DList Name="gBlockSmallDL" Offset="0x0"/>
<Array Name="gBlockSmallVtx" Count="24" Offset="0xC8">
<Vtx/>
</Array>
<Collision Name="gBlockSmallCol" Offset="0x350"/>
<DList Name="gBlockMediumDL" Offset="0x380"/>
<Array Name="gBlockMediumVtx" Count="24" Offset="0x448">
<Vtx/>
</Array>
<Collision Name="gBlockMediumCol" Offset="0x6D0"/>
<DList Name="gBlockTallDL" Offset="0x700"/>
<Array Name="gBlockTallVtx" Count="24" Offset="0x7C8">
<Vtx/>
</Array>
<Collision Name="gBlockTallCol" Offset="0xA50"/>
<DList Name="gBlockTallestDL" Offset="0xA80"/>
<Array Name="gBlockTallestVtx" Count="24" Offset="0xB48">
<Vtx/>
</Array>
<Collision Name="gBlockTallestCol" Offset="0x15D0"/>
<Texture Name="gBlockTex" Format="rgba16" Width="32" Height="32" Offset="0xCC8"/>
</File>