Skybox changes (#590)

* Update skybox_and_splitscreen.c
This commit is contained in:
MegaMech
2024-04-19 10:35:45 -06:00
committed by GitHub
parent b2ffbda43f
commit 3f9d113722
+9 -6
View File
@@ -310,12 +310,15 @@ struct Skybox {
s16 unkA;
};
// unreferenced F3D. Perhaps goes in an unused func?
s32 D_802B8A90[] = {
0xe7000000, 0x00000000, 0xb900031d, 0x0f0a4000,
0xba001402, 0x00300000, 0xf7000000, 0x00000000,
0xf64fc3bc, 0x00000000, 0xe7000000, 0x00000000,
0xba001402, 0x00000000, 0xb8000000, 0x00000000,
UNUSED Gfx D_802B8A90[] = {
gsDPPipeSync(),
gsDPSetRenderMode(G_RM_OPA_SURF, G_RM_OPA_SURF2),
gsDPSetCycleType(G_CYC_FILL),
gsDPSetFillColor(0x00000000),
gsDPFillRectangle(0, 0, 319, 239),
gsDPPipeSync(),
gsDPSetCycleType(G_CYC_1CYCLE),
gsSPEndDisplayList(),
};
struct Skybox sSkyColors[] = {