Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/levels/castle_inside/areas/1/11/model.inc.c
7862 views
1
// 0x07031608 - 0x070316C8
2
static const Vtx inside_castle_seg7_vertex_07031608[] = {
3
{{{ 2001, 1024, -2688}, 0, { 990, 0}, {0xff, 0xff, 0xff, 0xff}}},
4
{{{ 1857, 1024, -2833}, 0, { 0, 0}, {0xff, 0xff, 0xff, 0xff}}},
5
{{{ 2001, 691, -2688}, 0, { 990, 2012}, {0xff, 0xff, 0xff, 0xff}}},
6
{{{ 1857, 691, -2833}, 0, { 0, 2012}, {0xff, 0xff, 0xff, 0xff}}},
7
{{{ 1857, 1024, -2037}, 0, { 990, 0}, {0xff, 0xff, 0xff, 0xff}}},
8
{{{ 2001, 1024, -2182}, 0, { 0, 0}, {0xff, 0xff, 0xff, 0xff}}},
9
{{{ 1857, 691, -2037}, 0, { 990, 2012}, {0xff, 0xff, 0xff, 0xff}}},
10
{{{ 2001, 691, -2182}, 0, { 0, 2012}, {0xff, 0xff, 0xff, 0xff}}},
11
{{{ 1205, 691, -2688}, 0, { 0, 2012}, {0xff, 0xff, 0xff, 0xff}}},
12
{{{ 1350, 1024, -2833}, 0, { 990, 0}, {0xff, 0xff, 0xff, 0xff}}},
13
{{{ 1205, 1024, -2688}, 0, { 0, 0}, {0xff, 0xff, 0xff, 0xff}}},
14
{{{ 1350, 691, -2833}, 0, { 990, 2012}, {0xff, 0xff, 0xff, 0xff}}},
15
};
16
17
// 0x070316C8 - 0x07031720
18
static const Gfx inside_castle_seg7_dl_070316C8[] = {
19
gsDPSetTextureImage(G_IM_FMT_RGBA, G_IM_SIZ_16b, 1, inside_castle_seg7_texture_07002000),
20
gsDPLoadSync(),
21
gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 64 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)),
22
gsSPVertex(inside_castle_seg7_vertex_07031608, 12, 0),
23
gsSP2Triangles( 0, 1, 2, 0x0, 1, 3, 2, 0x0),
24
gsSP2Triangles( 4, 5, 6, 0x0, 5, 7, 6, 0x0),
25
gsSP2Triangles( 8, 9, 10, 0x0, 8, 11, 9, 0x0),
26
gsSPEndDisplayList(),
27
};
28
29
// 0x07031720 - 0x07031790
30
const Gfx inside_castle_seg7_dl_07031720[] = {
31
gsDPPipeSync(),
32
gsDPSetCombineMode(G_CC_DECALRGBA, G_CC_DECALRGBA),
33
gsSPClearGeometryMode(G_LIGHTING | G_CULL_BACK),
34
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),
35
gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON),
36
gsDPTileSync(),
37
gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 8, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 6, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD),
38
gsDPSetTileSize(0, 0, 0, (32 - 1) << G_TEXTURE_IMAGE_FRAC, (64 - 1) << G_TEXTURE_IMAGE_FRAC),
39
gsSPDisplayList(inside_castle_seg7_dl_070316C8),
40
gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF),
41
gsDPPipeSync(),
42
gsDPSetCombineMode(G_CC_SHADE, G_CC_SHADE),
43
gsSPSetGeometryMode(G_LIGHTING | G_CULL_BACK),
44
gsSPEndDisplayList(),
45
};
46
47