sm64

A Super Mario 64 decompilation
Log | Files | Refs | README | LICENSE

model.inc.c (2427B)


      1 // Transparent Star
      2 
      3 // 0x0302C488
      4 static const Lights1 transparent_star_seg3_lights_0302C488 = gdSPDefLights1(
      5     0x03, 0x05, 0x17,
      6     0x1e, 0x32, 0xe6, 0x28, 0x28, 0x28
      7 );
      8 
      9 // 0x0302C4A0
     10 static const Vtx transparent_star_seg3_vertex_0302C4A0[] = {
     11     {{{     0,      8,    -89}, 0, {     0,      0}, {0x00, 0x07, 0x82, 0xff}}},
     12     {{{   190,   -201,      0}, 0, {     0,      0}, {0x55, 0xa3, 0x00, 0xff}}},
     13     {{{     0,   -129,      0}, 0, {     0,      0}, {0x00, 0x82, 0x00, 0xff}}},
     14     {{{   146,    -42,      0}, 0, {     0,      0}, {0x7c, 0xe7, 0x00, 0xff}}},
     15     {{{     0,      8,     90}, 0, {     0,      0}, {0x00, 0x07, 0x7e, 0xff}}},
     16     {{{   257,     84,      0}, 0, {     0,      0}, {0x68, 0x47, 0x00, 0xff}}},
     17     {{{  -145,    -42,      0}, 0, {     0,      0}, {0x84, 0xe7, 0x00, 0xff}}},
     18     {{{  -189,   -201,      0}, 0, {     0,      0}, {0xaa, 0xa3, 0x00, 0xff}}},
     19     {{{  -256,     84,      0}, 0, {     0,      0}, {0x97, 0x47, 0x00, 0xff}}},
     20     {{{     0,    246,      0}, 0, {     0,      0}, {0x00, 0x7e, 0x00, 0xff}}},
     21     {{{    96,     99,      0}, 0, {     0,      0}, {0x3d, 0x6f, 0x00, 0xff}}},
     22     {{{   -95,     99,      0}, 0, {     0,      0}, {0xc3, 0x6f, 0x00, 0xff}}},
     23 };
     24 
     25 // 0x0302C560 - 0x0302C620
     26 const Gfx transparent_star_seg3_dl_0302C560[] = {
     27     gsSPLight(&transparent_star_seg3_lights_0302C488.l, 1),
     28     gsSPLight(&transparent_star_seg3_lights_0302C488.a, 2),
     29     gsSPVertex(transparent_star_seg3_vertex_0302C4A0, 12, 0),
     30     gsSP2Triangles( 0,  1,  2, 0x0,  0,  3,  1, 0x0),
     31     gsSP2Triangles( 2,  1,  4, 0x0,  1,  3,  4, 0x0),
     32     gsSP2Triangles( 5,  3,  0, 0x0,  4,  3,  5, 0x0),
     33     gsSP2Triangles( 6,  7,  4, 0x0,  7,  2,  4, 0x0),
     34     gsSP2Triangles( 8,  6,  4, 0x0,  9,  4, 10, 0x0),
     35     gsSP2Triangles( 9, 11,  4, 0x0,  4,  5, 10, 0x0),
     36     gsSP2Triangles(11,  8,  4, 0x0,  0,  2,  7, 0x0),
     37     gsSP2Triangles( 0,  7,  6, 0x0,  0,  6,  8, 0x0),
     38     gsSP2Triangles( 0,  8, 11, 0x0,  0, 11,  9, 0x0),
     39     gsSP2Triangles(10,  5,  0, 0x0, 10,  0,  9, 0x0),
     40     gsSPEndDisplayList(),
     41 };
     42 
     43 // 0x0302C620 - 0x0302C658
     44 const Gfx transparent_star_seg3_dl_0302C620[] = {
     45     gsDPPipeSync(),
     46     gsDPSetCombineMode(G_CC_SHADEFADEA, G_CC_SHADEFADEA),
     47     gsDPSetEnvColor(255, 255, 255, 120),
     48     gsSPDisplayList(transparent_star_seg3_dl_0302C560),
     49     gsDPSetEnvColor(255, 255, 255, 255),
     50     gsDPSetCombineMode(G_CC_SHADE, G_CC_SHADE),
     51     gsSPEndDisplayList(),
     52 };