mirror of
https://github.com/n64decomp/mk64
synced 2026-09-09 11:24:11 -04:00
Menu selection global variable (#113)
* Rename D_800E86A0 to gMenuSelection. Add menu selection options to defines.h * Other namings
This commit is contained in:
+2
-2
@@ -110,7 +110,7 @@ Lights1 D_800DC610[] = {
|
||||
},
|
||||
};
|
||||
static s32 pad = 0x80000000;
|
||||
s16 D_800DC644 = 8;
|
||||
s16 gCreditsCourseId = COURSE_LUIGI_RACEWAY;
|
||||
s16 D_800DC648 = 1;
|
||||
|
||||
void func_800029B0(void) {
|
||||
@@ -132,7 +132,7 @@ void func_80002A18(void) {
|
||||
int tmp;
|
||||
|
||||
gPlayerCountSelection1 = D_8018EDF3;
|
||||
if (D_800DC50C != 4) {
|
||||
if (D_800DC50C != RACING) {
|
||||
gIsMirrorMode = 0;
|
||||
}
|
||||
if (gIsMirrorMode != 0) {
|
||||
|
||||
Reference in New Issue
Block a user