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 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

@ -3,7 +3,13 @@
<Texture Name="gFloorTileEnemyBottomTex" Format="rgba16" Width="32" Height="32" Offset="0x0"/>
<Texture Name="gFloorTileEnemyTopTex" Format="rgba16" Width="32" Height="32" Offset="0xAF0"/>
<Texture Name="gFloorTileEnemyFragmentTex" Format="rgba16" Width="16" Height="16" Offset="0x12F0"/>
<Array Name="gFloorTileEnemyVtx" Count="23" Offset="0x800">
<Vtx/>
</Array>
<DList Name="gFloorTileEnemyDL" Offset="0x970"/>
<Array Name="gFloorTileEnemyFragmentVtx" Count="3" Offset="0xA30">
<Vtx/>
</Array>
<DList Name="gFloorTileEnemyFragmentDL" Offset="0xA60"/>
</File>
</Root>