Mario Kart 64
Loading...
Searching...
No Matches
data_segment2.c File Reference
#include <macros.h>
#include <PR/ultratypes.h>
#include <PR/gbi.h>
#include "data_segment2.h"
#include <assets/startup_logo.h>
Include dependency graph for data_segment2.c:

Variables

Gfx D_02007650 []
 
Gfx D_020076B0 []
 
Gfx D_020076E0 []
 
Gfx D_02007708 []
 
Gfx D_02007728 []
 
Gfx D_02007748 []
 
Gfx D_02007768 []
 
Gfx D_02007788 []
 
Gfx D_020077A8 []
 
Gfx D_020077D8 []
 
Gfx D_020077F8 []
 
Gfx D_02007818 []
 
Gfx D_02007838 []
 
Gfx D_02007858 []
 
Gfx D_02007878 []
 
Gfx D_02007898 []
 
Gfx D_020078B8 []
 
Gfx D_020078D8 []
 
Gfx D_020078F8 []
 
Gfx D_02007918 []
 
Gfx D_02007938 []
 
Gfx D_02007958 []
 
Gfx D_02007978 []
 
Gfx D_02007998 []
 
Gfx D_020079B8 []
 
Gfx D_020079D8 []
 
Gfx D_020079F8 []
 
Gfx D_02007A18 []
 
Gfx D_02007A38 []
 
Gfx D_02007A58 []
 
Gfx D_02007A78 []
 
Gfx D_02007A98 []
 
Gfx D_02007AB8 []
 
Gfx D_02007AD8 []
 
Gfx D_02007AF8 []
 
Gfx D_02007B18 []
 
UNUSED Vtx D_02007B38 []
 
Vtx D_02007BB8 []
 
Vtx D_02007BD8 []
 
Vtx D_02007BF8 []
 
Vtx D_02007C18 []
 
Vtx D_02007C38 []
 
Vtx D_02007C58 []
 
Vtx D_02007C78 []
 
Vtx D_02007C98 []
 
Vtx D_02007CB8 []
 
Vtx D_02007CD8 []
 
Vtx D_02007CF8 []
 
Vtx D_02007D18 []
 
Vtx D_02007D38 []
 
Vtx D_02007D58 []
 
Vtx D_02007D78 []
 
Vtx D_02007D98 []
 
Vtx D_02007DB8 []
 
Vtx D_02007DD8 []
 
Vtx D_02007DF8 []
 
Vtx D_02007E18 []
 
Vtx D_02007E38 []
 
Vtx D_02007E58 []
 
Vtx D_02007E78 []
 
Vtx D_02007E98 []
 
Vtx D_02007EB8 []
 
Vtx D_02007ED8 []
 
Vtx D_02007EF8 []
 
Gfx D_02007F18 []
 
Gfx D_02007F48 []
 
Gfx D_02007F60 []
 
Gfx D_02007FC8 []
 
Gfx D_02008008 []
 
Gfx D_02008030 []
 
Gfx D_02008058 []
 

Variable Documentation

◆ D_02007650

Gfx D_02007650[]
Initial value:
= {
gsDPPipeSync(),
gsDPSetCycleType(G_CYC_1CYCLE),
gsDPSetRenderMode(G_RM_AA_OPA_SURF, G_RM_AA_OPA_SURF2),
gsSPClearGeometryMode(G_ZBUFFER | G_SHADE | G_LIGHTING | G_SHADING_SMOOTH),
gsDPSetTexturePersp(G_TP_NONE),
gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON),
gsDPSetPrimColor(0, 0, 0xFF, 0xFF, 0xFF, 0xFF),
gsDPSetCombineMode(G_CC_DECALRGB, G_CC_DECALRGB),
gsDPSetTextureFilter(G_TF_BILERP),
gsDPSetAlphaCompare(G_AC_NONE),
gsDPSetTextureLUT(G_TT_NONE),
gsSPEndDisplayList(),
}
#define G_SHADE
Definition gbi.h:339
#define G_TP_NONE
Definition gbi.h:621
#define G_SHADING_SMOOTH
Definition gbi.h:349
#define G_RM_AA_OPA_SURF2
Definition gbi.h:917
#define G_TT_NONE
Definition gbi.h:634
#define G_TF_BILERP
Definition gbi.h:641
#define G_AC_NONE
Definition gbi.h:672
#define G_RM_AA_OPA_SURF
Definition gbi.h:916
#define G_LIGHTING
Definition gbi.h:355
#define G_CC_DECALRGB
Definition gbi.h:507
#define G_ZBUFFER
Definition gbi.h:338
#define G_CYC_1CYCLE
Definition gbi.h:615
#define G_ON
Definition mbi.h:51

◆ D_020076B0

Gfx D_020076B0[]
Initial value:
= {
gsDPPipeSync(),
gsDPSetCombineMode(G_CC_DECALRGB, G_CC_DECALRGB),
gsDPSetTexturePersp(G_TP_PERSP),
gsSPSetGeometryMode(G_ZBUFFER),
gsSPEndDisplayList(),
}
#define G_RM_AA_ZB_OPA_SURF
Definition gbi.h:878
#define G_RM_AA_ZB_OPA_SURF2
Definition gbi.h:879
#define G_TP_PERSP
Definition gbi.h:622

◆ D_020076E0

Gfx D_020076E0[]
Initial value:
= {
gsDPPipeSync(),
gsSPClearGeometryMode(G_SHADE | G_SHADING_SMOOTH),
gsDPSetRenderMode(G_RM_XLU_SURF, G_RM_XLU_SURF2),
gsDPSetCombineMode(G_CC_DECALRGBA, G_CC_DECALRGBA),
gsSPEndDisplayList(),
}
#define G_RM_XLU_SURF
Definition gbi.h:957
#define G_RM_XLU_SURF2
Definition gbi.h:958
#define G_CC_DECALRGBA
Definition gbi.h:508

◆ D_02007708

Gfx D_02007708[]
Initial value:
= {
gsDPPipeSync(),
gsDPSetRenderMode(G_RM_OPA_SURF, G_RM_OPA_SURF2),
gsDPSetCombineMode(G_CC_DECALRGBA, G_CC_DECALRGBA),
gsSPEndDisplayList(),
}
#define G_RM_OPA_SURF2
Definition gbi.h:956
#define G_RM_OPA_SURF
Definition gbi.h:955

◆ D_02007728

Gfx D_02007728[]
Initial value:
= {
gsDPPipeSync(),
gsDPSetRenderMode(G_RM_XLU_SURF, G_RM_XLU_SURF2),
gsDPSetCombineMode(G_CC_DECALRGBA, G_CC_DECALRGBA),
gsSPEndDisplayList(),
}

◆ D_02007748

Gfx D_02007748[]
Initial value:
= {
gsDPPipeSync(),
gsDPSetRenderMode(G_RM_XLU_SURF, G_RM_XLU_SURF2),
gsSPEndDisplayList(),
}
#define G_CC_MODULATEI_PRIM
Definition gbi.h:496

◆ D_02007768

Gfx D_02007768[]
Initial value:
= {
gsDPPipeSync(),
gsDPSetRenderMode(G_RM_XLU_SURF, G_RM_XLU_SURF2),
gsSPEndDisplayList(),
}
#define G_CC_MODULATEIA_PRIM
Definition gbi.h:497

◆ D_02007788

Gfx D_02007788[]
Initial value:
= {
gsDPPipeSync(),
gsDPSetRenderMode(G_RM_XLU_SURF, G_RM_XLU_SURF2),
gsDPSetCombineLERP(TEXEL0, 0, ENVIRONMENT, 0, 0, 0, 0, TEXEL0, TEXEL0, 0, ENVIRONMENT, 0, 0, 0, 0, TEXEL0),
gsSPEndDisplayList(),
}

◆ D_020077A8

Gfx D_020077A8[]
Initial value:
= {
gsDPPipeSync(),
gsSPTexture(0x8000, 0x8000, 0, G_TX_RENDERTILE, G_ON),
gsSPSetGeometryMode(G_SHADE | G_SHADING_SMOOTH),
gsSPClearGeometryMode(G_LIGHTING),
gsDPSetTexturePersp(G_TP_PERSP),
gsSPEndDisplayList(),
}

◆ D_020077D8

Gfx D_020077D8[]
Initial value:
= {
gsDPPipeSync(),
gsSPTexture(0x8000, 0x8000, 0, G_TX_RENDERTILE, G_OFF),
gsDPSetTexturePersp(G_TP_NONE),
gsSPEndDisplayList(),
}
#define G_OFF
Definition mbi.h:52

◆ D_020077F8

Gfx D_020077F8[]
Initial value:
= {
gsDPPipeSync(),
gsDPSetRenderMode(G_RM_XLU_SURF, G_RM_XLU_SURF2),
gsDPSetCombineLERP(0, 0, 0, SHADE, TEXEL0, 0, SHADE, 0, 0, 0, 0, SHADE, TEXEL0, 0, SHADE, 0),
gsSPEndDisplayList(),
}

◆ D_02007818

Gfx D_02007818[]
Initial value:
= {
gsDPPipeSync(),
gsDPSetRenderMode(G_RM_XLU_SURF, G_RM_XLU_SURF2),
gsDPSetCombineLERP(0, 0, 0, SHADE, TEXEL0, 0, PRIMITIVE, 0, 0, 0, 0, SHADE, TEXEL0, 0, PRIMITIVE, 0),
gsSPEndDisplayList(),
}

◆ D_02007838

Gfx D_02007838[]
Initial value:
= {
gsSPVertex(D_02007BB8, 2, 0),
gsSPVertex(&D_02007BB8[2], 2, 2),
gsSPDisplayList(common_rectangle_display),
gsSPEndDisplayList(),
}
Vtx D_02007BB8[]
Definition data_segment2.c:341
Gfx common_rectangle_display[]

◆ D_02007858

Gfx D_02007858[]
Initial value:
= {
gsSPVertex(D_02007BB8, 2, 0),
gsSPVertex(&D_02007BB8[4], 2, 2),
gsSPDisplayList(common_rectangle_display),
gsSPEndDisplayList(),
}

◆ D_02007878

Gfx D_02007878[]
Initial value:
= {
gsSPVertex(D_02007BB8, 2, 0),
gsSPVertex(&D_02007BB8[6], 2, 2),
gsSPDisplayList(common_rectangle_display),
gsSPEndDisplayList(),
}

◆ D_02007898

Gfx D_02007898[]
Initial value:
= {
gsSPVertex(D_02007BB8, 2, 0),
gsSPVertex(&D_02007BB8[8], 2, 2),
gsSPDisplayList(common_rectangle_display),
gsSPEndDisplayList(),
}

◆ D_020078B8

Gfx D_020078B8[]
Initial value:
= {
gsSPVertex(D_02007BB8, 2, 0),
gsSPVertex(&D_02007BB8[10], 2, 2),
gsSPDisplayList(common_rectangle_display),
gsSPEndDisplayList(),
}

◆ D_020078D8

Gfx D_020078D8[]
Initial value:
= {
gsSPVertex(D_02007BB8, 2, 0),
gsSPVertex(&D_02007BB8[12], 2, 2),
gsSPDisplayList(common_rectangle_display),
gsSPEndDisplayList(),
}

◆ D_020078F8

Gfx D_020078F8[]
Initial value:
= {
gsSPVertex(D_02007BB8, 2, 0),
gsSPVertex(&D_02007BB8[14], 2, 2),
gsSPDisplayList(common_rectangle_display),
gsSPEndDisplayList(),
}

◆ D_02007918

Gfx D_02007918[]
Initial value:
= {
gsSPVertex(D_02007BB8, 2, 0),
gsSPVertex(&D_02007BB8[16], 2, 2),
gsSPDisplayList(common_rectangle_display),
gsSPEndDisplayList(),
}

◆ D_02007938

Gfx D_02007938[]
Initial value:
= {
gsSPVertex(&D_02007BB8[18], 2, 0),
gsSPVertex(&D_02007BB8[20], 2, 2),
gsSPDisplayList(common_rectangle_display),
gsSPEndDisplayList(),
}

◆ D_02007958

Gfx D_02007958[]
Initial value:
= {
gsSPVertex(&D_02007BB8[18], 2, 0),
gsSPVertex(&D_02007BB8[22], 2, 2),
gsSPDisplayList(common_rectangle_display),
gsSPEndDisplayList(),
}

◆ D_02007978

Gfx D_02007978[]
Initial value:
= {
gsSPVertex(&D_02007BB8[18], 2, 0),
gsSPVertex(&D_02007BB8[24], 2, 2),
gsSPDisplayList(common_rectangle_display),
gsSPEndDisplayList(),
}

◆ D_02007998

Gfx D_02007998[]
Initial value:
= {
gsSPVertex(&D_02007BB8[18], 2, 0),
gsSPVertex(&D_02007BB8[26], 2, 2),
gsSPDisplayList(common_rectangle_display),
gsSPEndDisplayList(),
}

◆ D_020079B8

Gfx D_020079B8[]
Initial value:
= {
gsSPVertex(&D_02007BB8[18], 2, 0),
gsSPVertex(&D_02007BB8[28], 2, 2),
gsSPDisplayList(common_rectangle_display),
gsSPEndDisplayList(),
}

◆ D_020079D8

Gfx D_020079D8[]
Initial value:
= {
gsSPVertex(&D_02007BB8[18], 2, 0),
gsSPVertex(&D_02007BB8[30], 2, 2),
gsSPDisplayList(common_rectangle_display),
gsSPEndDisplayList(),
}

◆ D_020079F8

Gfx D_020079F8[]
Initial value:
= {
gsSPVertex(&D_02007BB8[18], 2, 0),
gsSPVertex(&D_02007BB8[32], 2, 2),
gsSPDisplayList(common_rectangle_display),
gsSPEndDisplayList(),
}

◆ D_02007A18

Gfx D_02007A18[]
Initial value:
= {
gsSPVertex(&D_02007BB8[18], 2, 0),
gsSPVertex(&D_02007BB8[34], 2, 2),
gsSPDisplayList(common_rectangle_display),
gsSPEndDisplayList(),
}

◆ D_02007A38

Gfx D_02007A38[]
Initial value:
= {
gsSPVertex(&D_02007BB8[36], 2, 0),
gsSPVertex(&D_02007BB8[38], 2, 2),
gsSPDisplayList(common_rectangle_display),
gsSPEndDisplayList(),
}

◆ D_02007A58

Gfx D_02007A58[]
Initial value:
= {
gsSPVertex(&D_02007BB8[36], 2, 0),
gsSPVertex(&D_02007BB8[40], 2, 2),
gsSPDisplayList(common_rectangle_display),
gsSPEndDisplayList(),
}

◆ D_02007A78

Gfx D_02007A78[]
Initial value:
= {
gsSPVertex(&D_02007BB8[36], 2, 0),
gsSPVertex(&D_02007BB8[42], 2, 2),
gsSPDisplayList(common_rectangle_display),
gsSPEndDisplayList(),
}

◆ D_02007A98

Gfx D_02007A98[]
Initial value:
= {
gsSPVertex(&D_02007BB8[36], 2, 0),
gsSPVertex(&D_02007BB8[44], 2, 2),
gsSPDisplayList(common_rectangle_display),
gsSPEndDisplayList(),
}

◆ D_02007AB8

Gfx D_02007AB8[]
Initial value:
= {
gsSPVertex(&D_02007BB8[36], 2, 0),
gsSPVertex(&D_02007BB8[46], 2, 2),
gsSPDisplayList(common_rectangle_display),
gsSPEndDisplayList(),
}

◆ D_02007AD8

Gfx D_02007AD8[]
Initial value:
= {
gsSPVertex(&D_02007BB8[36], 2, 0),
gsSPVertex(&D_02007BB8[48], 2, 2),
gsSPDisplayList(common_rectangle_display),
gsSPEndDisplayList(),
}

◆ D_02007AF8

Gfx D_02007AF8[]
Initial value:
= {
gsSPVertex(&D_02007BB8[36], 2, 0),
gsSPVertex(&D_02007BB8[50], 2, 2),
gsSPDisplayList(common_rectangle_display),
gsSPEndDisplayList(),
}

◆ D_02007B18

Gfx D_02007B18[]
Initial value:
= {
gsSPVertex(&D_02007BB8[36], 2, 0),
gsSPVertex(&D_02007BB8[52], 2, 2),
gsSPDisplayList(common_rectangle_display),
gsSPEndDisplayList(),
}

◆ D_02007B38

UNUSED Vtx D_02007B38[]
Initial value:
= {
{ { { 0, 0, 0 }, 0, { 0, 0 }, { 0xff, 0xff, 0xff, 0xff } } },
{ { { 16, 0, 0 }, 0, { 0, 0 }, { 0xff, 0xff, 0xff, 0xff } } },
{ { { 16, 16, 0 }, 0, { 0, 0 }, { 0xff, 0xff, 0xff, 0xff } } },
{ { { 0, 16, 0 }, 0, { 0, 0 }, { 0xff, 0xff, 0xff, 0xff } } },
{ { { 0, -8, 0 }, 0, { 0, 0 }, { 0xff, 0xff, 0xff, 0xff } } },
{ { { 8, -8, 0 }, 0, { 448, 0 }, { 0xff, 0xff, 0xff, 0xff } } },
{ { { 8, 0, 0 }, 0, { 448, 448 }, { 0xff, 0x00, 0x00, 0xff } } },
{ { { 0, 0, 0 }, 0, { 0, 448 }, { 0xff, 0x00, 0x00, 0xff } } },
}

◆ D_02007BB8

Vtx D_02007BB8[]
Initial value:
= {
{ { { 0, 65520, 0 }, 0, { 0, 0 }, { 0xff, 0xff, 0xff, 0xff } } },
{ { { 26, 65520, 0 }, 0, { 1600, 0 }, { 0xff, 0xff, 0xff, 0xff } } },
}

◆ D_02007BD8

Vtx D_02007BD8[]
Initial value:
= {
{ { { 26, 0, 0 }, 0, { 1600, 960 }, { 0x00, 0x00, 0xff, 0xff } } },
{ { { 0, 0, 0 }, 0, { 0, 960 }, { 0x00, 0x00, 0xff, 0xff } } },
}

◆ D_02007BF8

Vtx D_02007BF8[]
Initial value:
= {
{ { { 26, 0, 0 }, 0, { 1600, 960 }, { 0x00, 0xff, 0x00, 0xff } } },
{ { { 0, 0, 0 }, 0, { 0, 960 }, { 0x00, 0xff, 0x00, 0xff } } },
}

◆ D_02007C18

Vtx D_02007C18[]
Initial value:
= {
{ { { 26, 0, 0 }, 0, { 1600, 960 }, { 0xff, 0x00, 0x00, 0xff } } },
{ { { 0, 0, 0 }, 0, { 0, 960 }, { 0xff, 0x00, 0x00, 0xff } } },
}

◆ D_02007C38

Vtx D_02007C38[]
Initial value:
= {
{ { { 26, 0, 0 }, 0, { 1600, 960 }, { 0xff, 0xff, 0x00, 0xff } } },
{ { { 0, 0, 0 }, 0, { 0, 960 }, { 0xff, 0xff, 0x00, 0xff } } },
}

◆ D_02007C58

Vtx D_02007C58[]
Initial value:
= {
{ { { 26, 0, 0 }, 0, { 1600, 960 }, { 0xff, 0x00, 0x00, 0xff } } },
{ { { 0, 0, 0 }, 0, { 0, 960 }, { 0xff, 0x00, 0x00, 0xff } } },
}

◆ D_02007C78

Vtx D_02007C78[]
Initial value:
= {
{ { { 26, 0, 0 }, 0, { 1600, 960 }, { 0xff, 0x00, 0x00, 0xff } } },
{ { { 0, 0, 0 }, 0, { 0, 960 }, { 0xff, 0x00, 0x00, 0xff } } },
}

◆ D_02007C98

Vtx D_02007C98[]
Initial value:
= {
{ { { 26, 0, 0 }, 0, { 1600, 960 }, { 0xff, 0x00, 0x00, 0xff } } },
{ { { 0, 0, 0 }, 0, { 0, 960 }, { 0xff, 0x00, 0x00, 0xff } } },
}

◆ D_02007CB8

Vtx D_02007CB8[]
Initial value:
= {
{ { { 26, 0, 0 }, 0, { 1600, 960 }, { 0xff, 0x00, 0x00, 0xff } } },
{ { { 0, 0, 0 }, 0, { 0, 960 }, { 0xff, 0x00, 0x00, 0xff } } },
}

◆ D_02007CD8

Vtx D_02007CD8[]
Initial value:
= {
{ { { 0, 65520, 0 }, 0, { 0, 0 }, { 0xff, 0xff, 0xff, 0xff } } },
{ { { 16, 65520, 0 }, 0, { 960, 0 }, { 0xff, 0xff, 0xff, 0xff } } },
}

◆ D_02007CF8

Vtx D_02007CF8[]
Initial value:
= {
{ { { 16, 0, 0 }, 0, { 960, 960 }, { 0x00, 0x00, 0xff, 0xff } } },
{ { { 0, 0, 0 }, 0, { 0, 960 }, { 0x00, 0x00, 0xff, 0xff } } },
}

◆ D_02007D18

Vtx D_02007D18[]
Initial value:
= {
{ { { 16, 0, 0 }, 0, { 960, 960 }, { 0x00, 0xff, 0x00, 0xff } } },
{ { { 0, 0, 0 }, 0, { 0, 960 }, { 0x00, 0xff, 0x00, 0xff } } },
}

◆ D_02007D38

Vtx D_02007D38[]
Initial value:
= {
{ { { 16, 0, 0 }, 0, { 960, 960 }, { 0xff, 0x00, 0x00, 0xff } } },
{ { { 0, 0, 0 }, 0, { 0, 960 }, { 0xff, 0x00, 0x00, 0xff } } },
}

◆ D_02007D58

Vtx D_02007D58[]
Initial value:
= {
{ { { 16, 0, 0 }, 0, { 960, 960 }, { 0xff, 0xff, 0x00, 0xff } } },
{ { { 0, 0, 0 }, 0, { 0, 960 }, { 0xff, 0xff, 0x00, 0xff } } },
}

◆ D_02007D78

Vtx D_02007D78[]
Initial value:
= {
{ { { 16, 0, 0 }, 0, { 960, 960 }, { 0xff, 0x00, 0x00, 0xff } } },
{ { { 0, 0, 0 }, 0, { 0, 960 }, { 0xff, 0x00, 0x00, 0xff } } },
}

◆ D_02007D98

Vtx D_02007D98[]
Initial value:
= {
{ { { 16, 0, 0 }, 0, { 960, 960 }, { 0xff, 0x00, 0x00, 0xff } } },
{ { { 0, 0, 0 }, 0, { 0, 960 }, { 0xff, 0x00, 0x00, 0xff } } },
}

◆ D_02007DB8

Vtx D_02007DB8[]
Initial value:
= {
{ { { 16, 0, 0 }, 0, { 960, 960 }, { 0xff, 0x00, 0x00, 0xff } } },
{ { { 0, 0, 0 }, 0, { 0, 960 }, { 0xff, 0x00, 0x00, 0xff } } },
}

◆ D_02007DD8

Vtx D_02007DD8[]
Initial value:
= {
{ { { 16, 0, 0 }, 0, { 960, 960 }, { 0xff, 0x00, 0x00, 0xff } } },
{ { { 0, 0, 0 }, 0, { 0, 960 }, { 0xff, 0x00, 0x00, 0xff } } },
}

◆ D_02007DF8

Vtx D_02007DF8[]
Initial value:
= {
{ { { 0, 65504, 0 }, 0, { 0, 0 }, { 0xff, 0xff, 0xff, 0xff } } },
{ { { 30, 65504, 0 }, 0, { 1856, 0 }, { 0xff, 0xff, 0xff, 0xff } } },
}

◆ D_02007E18

Vtx D_02007E18[]
Initial value:
= {
{ { { 30, 0, 0 }, 0, { 1856, 1984 }, { 0x00, 0x00, 0xff, 0xff } } },
{ { { 0, 0, 0 }, 0, { 0, 1984 }, { 0x00, 0x00, 0xff, 0xff } } },
}

◆ D_02007E38

Vtx D_02007E38[]
Initial value:
= {
{ { { 30, 0, 0 }, 0, { 1856, 1984 }, { 0x00, 0xff, 0x00, 0xff } } },
{ { { 0, 0, 0 }, 0, { 0, 1984 }, { 0x00, 0xff, 0x00, 0xff } } },
}

◆ D_02007E58

Vtx D_02007E58[]
Initial value:
= {
{ { { 30, 0, 0 }, 0, { 1856, 1984 }, { 0xff, 0x00, 0x00, 0xff } } },
{ { { 0, 0, 0 }, 0, { 0, 1984 }, { 0xff, 0x00, 0x00, 0xff } } },
}

◆ D_02007E78

Vtx D_02007E78[]
Initial value:
= {
{ { { 30, 0, 0 }, 0, { 1856, 1984 }, { 0xff, 0xff, 0x00, 0xff } } },
{ { { 0, 0, 0 }, 0, { 0, 1984 }, { 0xff, 0xff, 0x00, 0xff } } },
}

◆ D_02007E98

Vtx D_02007E98[]
Initial value:
= {
{ { { 30, 0, 0 }, 0, { 1856, 1984 }, { 0xff, 0x00, 0x00, 0xff } } },
{ { { 0, 0, 0 }, 0, { 0, 1984 }, { 0xff, 0x00, 0x00, 0xff } } },
}

◆ D_02007EB8

Vtx D_02007EB8[]
Initial value:
= {
{ { { 30, 0, 0 }, 0, { 1856, 1984 }, { 0xff, 0x00, 0x00, 0xff } } },
{ { { 0, 0, 0 }, 0, { 0, 1984 }, { 0xff, 0x00, 0x00, 0xff } } },
}

◆ D_02007ED8

Vtx D_02007ED8[]
Initial value:
= {
{ { { 30, 0, 0 }, 0, { 1856, 1984 }, { 0xff, 0x00, 0x00, 0xff } } },
{ { { 0, 0, 0 }, 0, { 0, 1984 }, { 0xff, 0x00, 0x00, 0xff } } },
}

◆ D_02007EF8

Vtx D_02007EF8[]
Initial value:
= {
{ { { 30, 0, 0 }, 0, { 1856, 1984 }, { 0xff, 0x00, 0x00, 0xff } } },
{ { { 0, 0, 0 }, 0, { 0, 1984 }, { 0xff, 0x00, 0x00, 0xff } } },
}

◆ D_02007F18

Gfx D_02007F18[]
Initial value:
= {
gsDPPipeSync(),
gsDPSetTexturePersp(G_TP_NONE),
gsDPSetTextureLUT(G_TT_NONE),
gsDPSetTextureFilter(G_TF_BILERP),
gsDPSetRenderMode(G_RM_OPA_SURF, G_RM_OPA_SURF2),
gsSPEndDisplayList(),
}

◆ D_02007F48

Gfx D_02007F48[]
Initial value:
= {
gsDPPipeSync(),
gsDPSetTexturePersp(G_TP_PERSP),
gsSPEndDisplayList(),
}

◆ D_02007F60

Gfx D_02007F60[]
Initial value:
= {
gsDPSetCycleType(G_CYC_FILL),
gsDPSetRenderMode(G_RM_OPA_SURF, G_RM_OPA_SURF2),
gsSPClearGeometryMode(G_ZBUFFER | G_CULL_BACK | G_LIGHTING),
gsDPSetFillColor(0x00010001),
gsDPFillRectangle(0, 0, 319, 239),
gsSPSetGeometryMode(G_ZBUFFER | G_CULL_BACK | G_LIGHTING),
gsDPSetCycleType(G_CYC_1CYCLE),
gsDPSetCombineMode(G_CC_SHADE, G_CC_SHADE),
gsSPSetGeometryMode(G_SHADE | G_CULL_BACK | G_LIGHTING | G_SHADING_SMOOTH),
gsDPPipeSync(),
gsSPDisplayList(startup_texture_dl3),
gsSPEndDisplayList(),
}
#define G_CULL_BACK
Definition gbi.h:351
#define G_CYC_FILL
Definition gbi.h:618
#define G_CC_SHADE
Definition gbi.h:478
Gfx startup_texture_dl3[]

◆ D_02007FC8

Gfx D_02007FC8[]
Initial value:
= {
gsDPSetTexturePersp(G_TP_PERSP),
gsDPPipeSync(),
gsSPSetGeometryMode(G_ZBUFFER | G_CULL_BACK | G_LIGHTING),
gsDPSetCycleType(G_CYC_1CYCLE),
gsDPSetCombineMode(G_CC_SHADE, G_CC_SHADE),
gsSPSetGeometryMode(G_SHADE | G_CULL_BACK | G_LIGHTING | G_SHADING_SMOOTH),
gsSPEndDisplayList(),
}

◆ D_02008008

Gfx D_02008008[]
Initial value:
= {
gsDPPipeSync(),
gsDPSetCycleType(G_CYC_1CYCLE),
gsDPSetRenderMode(G_RM_XLU_SURF, G_RM_XLU_SURF2),
gsDPSetCombineMode(G_CC_PRIMITIVE, G_CC_PRIMITIVE),
gsSPEndDisplayList(),
}
#define G_CC_PRIMITIVE
Definition gbi.h:477

◆ D_02008030

Gfx D_02008030[]
Initial value:
= {
gsDPPipeSync(),
gsDPSetCycleType(G_CYC_FILL),
gsDPSetRenderMode(G_RM_OPA_SURF, G_RM_OPA_SURF2),
gsDPSetCombineMode(G_CC_DECALRGBA, G_CC_DECALRGBA),
gsSPEndDisplayList(),
}

◆ D_02008058

Gfx D_02008058[]
Initial value:
= {
gsDPPipeSync(),
gsDPSetCycleType(G_CYC_1CYCLE),
gsSPEndDisplayList(),
}