summaryrefslogtreecommitdiff
path: root/src/code/game.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/code/game.c')
-rw-r--r--src/code/game.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/code/game.c b/src/code/game.c
index ac01008..1c634ba 100644
--- a/src/code/game.c
+++ b/src/code/game.c
@@ -145,9 +145,9 @@ void game_draw_first(GraphicsContext* gfxCtx) {
gSPSegment(UNK_2C0_DISP++, 0x0F, gfxCtx->unk_2E4);
gSPSegment(UNK_2C0_DISP++, 0x0E, temp_v0);
- gSPSegment(UNK_2D0_DISP++, 0x00, NULL);
- gSPSegment(UNK_2D0_DISP++, 0x0F, gfxCtx->unk_2E4);
- gSPSegment(UNK_2D0_DISP++, 0x0E, temp_v0);
+ gSPSegment(LIGHT_DISP++, 0x00, NULL);
+ gSPSegment(LIGHT_DISP++, 0x0F, gfxCtx->unk_2E4);
+ gSPSegment(LIGHT_DISP++, 0x0E, temp_v0);
CLOSE_DISPS(gfxCtx);
}