summaryrefslogtreecommitdiff
path: root/assets/xml/objects/object_bombf.xml
blob: 3b69324cbf9c09cab3dc82d49602f8bcb39daf63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<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>