From ba6f9f0f4cc54d8e25b23cefcd4aba358055d179 Mon Sep 17 00:00:00 2001 From: Sonic Dreamcaster Date: Mon, 21 Oct 2024 21:47:45 -0300 Subject: [PATCH] fix wrong dlist --- src/engine/fox_bg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/fox_bg.c b/src/engine/fox_bg.c index 1f5b6586..89dbc37f 100644 --- a/src/engine/fox_bg.c +++ b/src/engine/fox_bg.c @@ -1598,7 +1598,7 @@ void Background_DrawGround(void) { } else if (gCurrentLevel == LEVEL_BOLSE) { gSPDisplayList(gMasterDisp++, D_BO_600A810); } else if (gCurrentLevel == LEVEL_VENOM_2) { - gSPDisplayList(gMasterDisp++, aMaProximityLightSidesDL); + gSPDisplayList(gMasterDisp++, D_VE2_6010700); } Matrix_Pop(&gGfxMatrix); }