1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
|
#include "global.h"
#include "fox_rcp_setup.c"
u8 D_80178580[0x190];
void* D_80178710;
void RCP_SetupDL(Gfx** gfxP, s16 i) {
gSPDisplayList((*gfxP)++, &((Gfx*) gRcpSetupDLs)[i * 9]);
}
void RCP_SetFog(Gfx** gfxP, s32 r, s32 g, s32 b, s32 a, s32 near, s32 far) {
gDPSetFogColor((*gfxP)++, r, g, b, a);
gSPFogPosition((*gfxP)++, near, far);
}
void dummy_800B8F08(void) {
}
void dummy_800B8F10(void) {
}
void RCP_SetupDL_0(void) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_0]);
}
void RCP_SetupDL_1(void) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_1]);
}
void RCP_SetupDL_11(void) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_11]);
}
void RCP_SetupDL_12(void) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_12]);
}
void RCP_SetupDL_2(void) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_2]);
}
void RCP_SetupDL_3(s32 r, s32 g, s32 b, s32 a, s32 near, s32 far) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_3]);
gDPSetFogColor(gMasterDisp++, r, g, b, a);
gSPFogPosition(gMasterDisp++, near, far);
}
void RCP_SetupDL_4(void) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_4]);
}
void RCP_SetupDL_7(void) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_7]);
}
void RCP_SetupDL_9(s32 r, s32 g, s32 b, s32 a, s32 near, s32 far) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_9]);
gDPSetFogColor(gMasterDisp++, r, g, b, a);
gSPFogPosition(gMasterDisp++, near, far);
}
void RCP_SetupDL_8(void) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_8]);
}
void RCP_SetupDL_13(void) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_13]);
}
void RCP_SetupDL_14(void) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_14]);
}
void RCP_SetupDL_17(void) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_17]);
}
void RCP_SetupDL_36(void) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_36]);
}
void RCP_SetupDL_52(s32 r, s32 g, s32 b, s32 a, s32 near, s32 far) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_52]);
gDPSetFogColor(gMasterDisp++, r, g, b, a);
gSPFogPosition(gMasterDisp++, near, far);
}
void RCP_SetupDL_62(void) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_62]);
}
void RCP_SetupDL_37(s32 r, s32 g, s32 b, s32 a, s32 near, s32 far) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_37]);
gDPSetFogColor(gMasterDisp++, r, g, b, a);
gSPFogPosition(gMasterDisp++, near, far);
}
void RCP_SetupDL_18(void) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_18]);
}
void RCP_SetupDL_20(s32 r, s32 g, s32 b, s32 a, s32 near, s32 far) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_20]);
gDPSetFogColor(gMasterDisp++, r, g, b, a);
gSPFogPosition(gMasterDisp++, near, far);
}
void RCP_SetupDL_19(void) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_19]);
}
void RCP_SetupDL_21(void) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_21]);
}
void RCP_SetupDL_33(s32 r, s32 g, s32 b, s32 a, s32 near, s32 far) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_33]);
gDPSetFogColor(gMasterDisp++, r, g, b, a);
gSPFogPosition(gMasterDisp++, near, far);
}
void RCP_SetupDL_34(s32 r, s32 g, s32 b, s32 a, s32 near, s32 far) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_34]);
gDPSetFogColor(gMasterDisp++, r, g, b, a);
gSPFogPosition(gMasterDisp++, near, far);
}
void RCP_SetupDL_40(void) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_40]);
}
void RCP_SetupDL_42(void) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_42]);
}
void RCP_SetupDL_43(s32 r, s32 g, s32 b, s32 a, s32 near, s32 far) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_43]);
gDPSetFogColor(gMasterDisp++, r, g, b, a);
gSPFogPosition(gMasterDisp++, near, far);
}
void RCP_SetupDL_60(s32 r, s32 g, s32 b, s32 a, s32 near, s32 far) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_60]);
gDPSetFogColor(gMasterDisp++, r, g, b, a);
gSPFogPosition(gMasterDisp++, near, far);
}
void RCP_SetupDL_47(s32 r, s32 g, s32 b, s32 a, s32 near, s32 far) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_47]);
gDPSetFogColor(gMasterDisp++, r, g, b, a);
gSPFogPosition(gMasterDisp++, near, far);
}
void RCP_SetupDL_66(s32 r, s32 g, s32 b, s32 a, s32 near, s32 far) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_66]);
gDPSetFogColor(gMasterDisp++, r, g, b, a);
gSPFogPosition(gMasterDisp++, near, far);
}
void RCP_SetupDL_55(void) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_55]);
}
void RCP_SetupDL_57(s32 r, s32 g, s32 b, s32 a, s32 near, s32 far) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_57]);
gDPSetFogColor(gMasterDisp++, r, g, b, a);
gSPFogPosition(gMasterDisp++, near, far);
}
void RCP_SetupDL_45(s32 r, s32 g, s32 b, s32 a, s32 near, s32 far) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_45]);
gDPSetFogColor(gMasterDisp++, r, g, b, a);
gSPFogPosition(gMasterDisp++, near, far);
}
void RCP_SetupDL_46(void) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_46]);
}
void RCP_SetupDL_41(void) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_41]);
}
void RCP_SetupDL_64(void) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_64]);
}
void RCP_SetupDL_64_2(void) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_64]);
}
void RCP_SetupDL_23(void) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_23]);
}
void RCP_SetupDL_29(s32 r, s32 g, s32 b, s32 a, s32 near, s32 far) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_29]);
gDPSetFogColor(gMasterDisp++, r, g, b, a);
gSPFogPosition(gMasterDisp++, near, far);
}
void RCP_SetupDL_30(s32 r, s32 g, s32 b, s32 a, s32 near, s32 far) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_30]);
gDPSetFogColor(gMasterDisp++, r, g, b, a);
gSPFogPosition(gMasterDisp++, near, far);
}
void RCP_SetupDL_27(void) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_27]);
}
void RCP_SetupDL_32(void) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_32]);
}
void RCP_SetupDL_73(void) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_73]);
}
void RCP_SetupDL_76(void) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_76]);
}
void RCP_SetupDL_74(void) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_74]);
}
void RCP_SetupDL_78(void) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_78]);
}
void RCP_SetupDL_81(void) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_81]);
}
void RCP_SetupDL_48(void) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_48]);
}
void RCP_SetupDL_68(void) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_68]);
}
void RCP_SetupDL_49(void) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_49]);
}
void RCP_SetupDL_44(void) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_44]);
}
void RCP_SetupDL_50(void) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_50]);
}
void RCP_SetupDL_61(s32 r, s32 g, s32 b, s32 a, s32 near, s32 far) {
gSPDisplayList(gMasterDisp++, gRcpSetupDLs[SETUPDL_61]);
gDPSetFogColor(gMasterDisp++, r, g, b, a);
gSPFogPosition(gMasterDisp++, near, far);
}
|