mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-07 06:40:15 +00:00
28 lines
1.2 KiB
XML
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>
|