1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-07 06:40:15 +00:00
oot/assets/xml/objects/object_bombf.xml
Dragorn421 da40e39c97
Add Vtx[] resources in xmls for (partially) documented assets 7 (#2605)
* Add Vtx[] resources in xmls for (partially) documented assets 7

* bss
2025-06-07 10:51:44 -04:00

28 lines
1.2 KiB
XML

<Root>
<File Name="object_bombf" Segment="6">
<!-- Bomb Flower DisplayList Textures -->
<Texture Name="gBombFlowerLeafOutwardsTex" Format="rgba16" Width="32" Height="32" Offset="0x05D8"/>
<Texture Name="gBombFlowerLeafUpwardsTex" Format="rgba16" Width="16" Height="32" Offset="0x0DD8"/>
<Texture Name="gBombFlowerBombTex" Format="ia16" Width="32" Height="32" Offset="0x011D8"/>
<Texture Name="gBombFlowerFuseTex" Format="rgba16" Width="4" Height="4" Offset="0x019D8"/>
<!-- Bomb Flower DisplayLists -->
<DList Name="gBombFlowerLeavesDL" Offset="0x340"/>
<DList Name="gBombFlowerBombAndSparkDL" Offset="0x408"/>
<DList Name="gBombFlowerBaseLeavesDL" Offset="0x530"/>
<!-- Bomb Flower Vertices -->
<Array Name="gBombFlowerLeavesVtx" Count="17" Offset="0x0">
<Vtx/>
</Array>
<Array Name="gBombFlowerSparkVtx" Count="18" Offset="0x110">
<Vtx/>
</Array>
<Array Name="gBombFlowerBaseLeavesVtx" Count="13" Offset="0x230">
<Vtx/>
</Array>
<Array Name="gBombFlowerBombVtx" Count="4" Offset="0x300">
<Vtx/>
</Array>
</File>
</Root>