mirror of
https://github.com/n64decomp/mk64
synced 2026-07-11 13:48:45 -04:00
Naming global variables related to menu navigation (#119)
* Naming of global variables related to the game menu and Controller Pak menu
This commit is contained in:
+1
-1
@@ -129,7 +129,7 @@ void func_80280420(void) {
|
||||
D_800DC5EC->screenHeight = 240;
|
||||
D_800DC5EC->screenStartX = 160;
|
||||
D_800DC5EC->screenStartY = 120;
|
||||
D_800DC530 = 0;
|
||||
gScreenModeSelection = SCREEN_MODE_1P;
|
||||
D_800DC52C = 0;
|
||||
gPrevLoadedAddress = D_8015F734;
|
||||
load_course(gCurrentCourseId);
|
||||
|
||||
Reference in New Issue
Block a user