model.inc.c (1222B)
1 // Pebble 2 3 // 0x0301C2C0 4 static const Vtx pebble_seg3_vertex_0301C2C0[] = { 5 {{{ -15, -15, 0}, 0, { 0, 992}, {0xff, 0xff, 0xff, 0xff}}}, 6 {{{ 15, -15, 0}, 0, { 992, 992}, {0xff, 0xff, 0xff, 0xff}}}, 7 {{{ 15, 15, 0}, 0, { 992, 0}, {0xff, 0xff, 0xff, 0xff}}}, 8 {{{ -15, 15, 0}, 0, { 0, 0}, {0xff, 0xff, 0xff, 0xff}}}, 9 }; 10 11 // 0x0301C300 12 ALIGNED8 static const Texture pebble_seg3_texture_0301C300[] = { 13 #include "actors/pebble/pebble.rgba16.inc.c" 14 }; 15 16 // 0x0301CB00 - 0x0301CB98 17 const Gfx pebble_seg3_dl_0301CB00[] = { 18 gsDPPipeSync(), 19 gsSPClearGeometryMode(G_LIGHTING), 20 gsDPSetCombineMode(G_CC_DECALRGBA, G_CC_DECALRGBA), 21 gsDPLoadTextureBlock(pebble_seg3_texture_0301C300, G_IM_FMT_RGBA, G_IM_SIZ_16b, 32, 32, 0, G_TX_CLAMP, G_TX_CLAMP, 5, 5, G_TX_NOLOD, G_TX_NOLOD), 22 gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), 23 gsSPVertex(pebble_seg3_vertex_0301C2C0, 4, 0), 24 gsSP2Triangles( 0, 1, 2, 0x0, 0, 2, 3, 0x0), 25 gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), 26 gsDPPipeSync(), 27 gsDPSetCombineMode(G_CC_SHADE, G_CC_SHADE), 28 gsSPSetGeometryMode(G_LIGHTING), 29 gsSPEndDisplayList(), 30 };