sm64

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

model.inc.c (3161B)


      1 // Water Waves
      2 
      3 // 0x04025318
      4 static const Vtx water_wave_seg4_vertex_04025318[] = {
      5     {{{   -64,      0,     64}, 0, {     0,      0}, {0xff, 0xff, 0xff, 0xc8}}},
      6     {{{    64,      0,     64}, 0, {   992,      0}, {0xff, 0xff, 0xff, 0xc8}}},
      7     {{{    64,      0,    -64}, 0, {   992,    992}, {0xff, 0xff, 0xff, 0xc8}}},
      8     {{{   -64,      0,    -64}, 0, {     0,    992}, {0xff, 0xff, 0xff, 0xc8}}},
      9 };
     10 
     11 // 0x04025358
     12 ALIGNED8 static const Texture water_wave_seg4_texture_04025358[] = {
     13 #include "actors/water_wave/water_wave_0.ia16.inc.c"
     14 };
     15 
     16 // 0x04025B58
     17 ALIGNED8 static const Texture water_wave_seg4_texture_04025B58[] = {
     18 #include "actors/water_wave/water_wave_1.ia16.inc.c"
     19 };
     20 
     21 // 0x04026358
     22 ALIGNED8 static const Texture water_wave_seg4_texture_04026358[] = {
     23 #include "actors/water_wave/water_wave_2.ia16.inc.c"
     24 };
     25 
     26 // 0x04026B58
     27 ALIGNED8 static const Texture water_wave_seg4_texture_04026B58[] = {
     28 #include "actors/water_wave/water_wave_3.ia16.inc.c"
     29 };
     30 
     31 // 0x04027358 - 0x040273A0
     32 const Gfx water_wave_seg4_dl_04027358[] = {
     33     gsSPClearGeometryMode(G_LIGHTING),
     34     gsDPSetCombineMode(G_CC_MODULATEIA, G_CC_MODULATEIA),
     35     gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON),
     36     gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD),
     37     gsDPLoadSync(),
     38     gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)),
     39     gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_16b, 8, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD),
     40     gsDPSetTileSize(0, 0, 0, (32 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC),
     41     gsSPEndDisplayList(),
     42 };
     43 
     44 // 0x040273A0 - 0x040273D8
     45 const Gfx water_wave_seg4_dl_040273A0[] = {
     46     gsSP2Triangles( 0,  1,  2, 0x0,  0,  2,  3, 0x0),
     47     gsDPPipeSync(),
     48     gsSPTexture(0x0001, 0x0001, 0, G_TX_RENDERTILE, G_OFF),
     49     gsDPSetCombineMode(G_CC_SHADE, G_CC_SHADE),
     50     gsSPSetGeometryMode(G_LIGHTING),
     51     gsSPEndDisplayList(),
     52 };
     53 
     54 // 0x040273D8 - 0x040273F0
     55 const Gfx water_wave_seg4_dl_040273D8[] = {
     56     gsSPDisplayList(water_wave_seg4_dl_04027358),
     57     gsSPVertex(water_wave_seg4_vertex_04025318, 4, 0),
     58     gsSPBranchList(water_wave_seg4_dl_040273A0),
     59 };
     60 
     61 // 0x040273F0 - 0x04027408
     62 const Gfx water_wave_seg4_dl_040273F0[] = {
     63     gsDPPipeSync(),
     64     gsDPSetTextureImage(G_IM_FMT_IA, G_IM_SIZ_16b, 1, water_wave_seg4_texture_04025358),
     65     gsSPBranchList(water_wave_seg4_dl_040273D8),
     66 };
     67 
     68 // 0x04027408 - 0x04027420
     69 const Gfx water_wave_seg4_dl_04027408[] = {
     70     gsDPPipeSync(),
     71     gsDPSetTextureImage(G_IM_FMT_IA, G_IM_SIZ_16b, 1, water_wave_seg4_texture_04025B58),
     72     gsSPBranchList(water_wave_seg4_dl_040273D8),
     73 };
     74 
     75 // 0x04027420 - 0x04027438
     76 const Gfx water_wave_seg4_dl_04027420[] = {
     77     gsDPPipeSync(),
     78     gsDPSetTextureImage(G_IM_FMT_IA, G_IM_SIZ_16b, 1, water_wave_seg4_texture_04026358),
     79     gsSPBranchList(water_wave_seg4_dl_040273D8),
     80 };
     81 
     82 // 0x04027438 - 0x04027450
     83 const Gfx water_wave_seg4_dl_04027438[] = {
     84     gsDPPipeSync(),
     85     gsDPSetTextureImage(G_IM_FMT_IA, G_IM_SIZ_16b, 1, water_wave_seg4_texture_04026B58),
     86     gsSPBranchList(water_wave_seg4_dl_040273D8),
     87 };