36 lines
1.7 KiB
C
36 lines
1.7 KiB
C
|
// 0x070109F0 - 0x07010A30
|
||
|
static const Vtx ttm_seg7_vertex_070109F0[] = {
|
||
|
{{{ 750, -767, -340}, 0, { 0, 990}, {0xff, 0xff, 0xff, 0xff}}},
|
||
|
{{{ -174, -767, 1212}, 0, { 5980, 990}, {0xff, 0xff, 0xff, 0xff}}},
|
||
|
{{{ -104, -562, 1194}, 0, { 5810, 288}, {0xff, 0xff, 0xff, 0xff}}},
|
||
|
{{{ 794, -562, -314}, 0, { 0, 288}, {0xff, 0xff, 0xff, 0xff}}},
|
||
|
};
|
||
|
|
||
|
// 0x07010A30 - 0x07010A68
|
||
|
static const Gfx ttm_seg7_dl_07010A30[] = {
|
||
|
gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, ttm_seg7_texture_07001000),
|
||
|
gsDPLoadSync(),
|
||
|
gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)),
|
||
|
gsSPVertex(ttm_seg7_vertex_070109F0, 4, 0),
|
||
|
gsSP2Triangles( 0, 1, 2, 0x0, 0, 2, 3, 0x0),
|
||
|
gsSPEndDisplayList(),
|
||
|
};
|
||
|
|
||
|
// 0x07010A68 - 0x07010AD8
|
||
|
const Gfx ttm_seg7_dl_07010A68[] = {
|
||
|
gsDPPipeSync(),
|
||
|
gsDPSetCombineMode(G_CC_DECALRGBA, G_CC_DECALRGBA),
|
||
|
gsSPClearGeometryMode(G_LIGHTING | G_CULL_BACK),
|
||
|
gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD),
|
||
|
gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON),
|
||
|
gsDPTileSync(),
|
||
|
gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, G_TX_RENDERTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, 5, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, 5, G_TX_NOLOD),
|
||
|
gsDPSetTileSize(0, 0, 0, (32 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC),
|
||
|
gsSPDisplayList(ttm_seg7_dl_07010A30),
|
||
|
gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF),
|
||
|
gsDPPipeSync(),
|
||
|
gsDPSetCombineMode(G_CC_SHADE, G_CC_SHADE),
|
||
|
gsSPSetGeometryMode(G_LIGHTING | G_CULL_BACK),
|
||
|
gsSPEndDisplayList(),
|
||
|
};
|