diff options
Diffstat (limited to 'src/code/game.c')
| -rw-r--r-- | src/code/game.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/code/game.c b/src/code/game.c index 5a3ae33..02a7339 100644 --- a/src/code/game.c +++ b/src/code/game.c @@ -138,9 +138,9 @@ void game_draw_first(GraphicsContext* gfxCtx) { gSPSegment(OVERLAY_DISP++, 0x0F, gfxCtx->unk_2E4); gSPSegment(OVERLAY_DISP++, 0x0E, temp_v0); - gSPSegment(UNK_2B0_DISP++, 0x00, NULL); - gSPSegment(UNK_2B0_DISP++, 0x0F, gfxCtx->unk_2E4); - gSPSegment(UNK_2B0_DISP++, 0x0E, temp_v0); + gSPSegment(FONT_DISP++, 0x00, NULL); + gSPSegment(FONT_DISP++, 0x0F, gfxCtx->unk_2E4); + gSPSegment(FONT_DISP++, 0x0E, temp_v0); gSPSegment(SHADOW_DISP++, 0x00, NULL); gSPSegment(SHADOW_DISP++, 0x0F, gfxCtx->unk_2E4); |
