model.inc.c (2092B)
1 // Yellow Sphere (used in a lot of things) 2 3 // 0x05000000 4 static const Vtx yellow_sphere_seg5_vertex_05000000[] = { 5 {{{ -49, -49, 0}, 0, { 0, 992}, {0xb5, 0x20, 0x40, 0xff}}}, 6 {{{ 50, -49, 0}, 0, { 992, 992}, {0xb5, 0x20, 0x40, 0xff}}}, 7 {{{ 50, 50, 0}, 0, { 992, 0}, {0xb5, 0x20, 0x40, 0xff}}}, 8 {{{ -49, 50, 0}, 0, { 0, 0}, {0xb5, 0x20, 0x40, 0xff}}}, 9 }; 10 11 // 0x05000040 12 ALIGNED8 static const Texture yellow_sphere_seg5_texture_05000040[] = { 13 #include "actors/yellow_sphere_small/small_yellow_sphere.rgba16.inc.c" 14 }; 15 16 // 0x05000840 - 0x05000888 17 const Gfx yellow_sphere_seg5_dl_05000840[] = { 18 gsDPPipeSync(), 19 gsDPSetCombineMode(G_CC_DECALRGBA, G_CC_DECALRGBA), 20 gsSPClearGeometryMode(G_LIGHTING), 21 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), 22 gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON), 23 gsDPTileSync(), 24 gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD), 25 gsDPSetTileSize(0, 0, 0, (32 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC), 26 gsSPEndDisplayList(), 27 }; 28 29 // 0x05000888 - 0x050008C8 30 const Gfx yellow_sphere_seg5_dl_05000888[] = { 31 gsSPVertex(yellow_sphere_seg5_vertex_05000000, 4, 0), 32 gsSP2Triangles( 0, 1, 2, 0x0, 0, 2, 3, 0x0), 33 gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF), 34 gsDPPipeSync(), 35 gsDPSetCombineMode(G_CC_SHADE, G_CC_SHADE), 36 gsSPSetGeometryMode(G_LIGHTING), 37 gsSPEndDisplayList(), 38 }; 39 40 // 0x050008C8 - 0x050008F8 41 const Gfx yellow_sphere_seg5_dl_050008C8[] = { 42 gsSPDisplayList(yellow_sphere_seg5_dl_05000840), 43 gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, yellow_sphere_seg5_texture_05000040), 44 gsDPLoadSync(), 45 gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)), 46 gsSPDisplayList(yellow_sphere_seg5_dl_05000888), 47 gsSPEndDisplayList(), 48 };