Identify active screen mode, relabel accordingly (#141)

This commit is contained in:
Maciek Baron
2022-01-17 13:44:14 +00:00
committed by GitHub
parent b56b43e721
commit 1bbc7674ff
62 changed files with 425 additions and 425 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ void func_80002A18(void) {
if (gModeSelection == GRAND_PRIX) {
gCurrentCourseId = gCupCourseOrder[gCupSelection][gCupCourseSelection];
}
D_800DC52C = gScreenModeSelection;
gActiveScreenMode = gScreenModeSelection;
if (gCurrentCourseId != gCurrentlyLoadedCourseId) {
D_80150120 = 0;
gCurrentlyLoadedCourseId = gCurrentCourseId;