summaryrefslogtreecommitdiff
path: root/assets/xml/objects/object_yukabyun.xml
diff options
context:
space:
mode:
authorDragorn421 <Dragorn421@users.noreply.github.com>2025-06-07 17:10:36 +0200
committerGitHub <noreply@github.com>2025-06-07 17:10:36 +0200
commit37a89e340f54ad852fa7940488eaaf20bc45d5b4 (patch)
tree5b795f2f3c38021d814f10211490536562d55757 /assets/xml/objects/object_yukabyun.xml
parentda40e39c97a7d1ff05dd6c03a540edab4be996f7 (diff)
Add Vtx[] resources in xmls for (partially) documented assets 8 (#2606)
Diffstat (limited to 'assets/xml/objects/object_yukabyun.xml')
-rw-r--r--assets/xml/objects/object_yukabyun.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/xml/objects/object_yukabyun.xml b/assets/xml/objects/object_yukabyun.xml
index d03c96017..c1aeb8338 100644
--- a/assets/xml/objects/object_yukabyun.xml
+++ b/assets/xml/objects/object_yukabyun.xml
@@ -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>