fix wrong dlist

This commit is contained in:
Sonic Dreamcaster 2024-10-21 21:47:45 -03:00
parent d6d9452df4
commit ba6f9f0f4c

View File

@ -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);
}