mirror of
https://github.com/n64decomp/mk64
synced 2026-08-18 05:08:24 -04:00
Rename a couple variables (#93)
* Rename a couple variables Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
This commit is contained in:
+4
-4
@@ -39,7 +39,7 @@ extern u8 *D_8015F8CC;
|
||||
|
||||
extern s16 D_8018D8C0[];
|
||||
extern s16 D_8016348C;
|
||||
extern s8 gCourseSelection;
|
||||
extern s8 gCupCourseSelection;
|
||||
extern s32 D_800DC544;
|
||||
|
||||
extern Player gPlayers[];
|
||||
@@ -232,16 +232,16 @@ void func_8028E3A0(void) {
|
||||
|
||||
if (D_80150120) {
|
||||
|
||||
if (gCourseSelection == COURSE_BANSHEE_BOARDWALK) {
|
||||
if (gCupCourseSelection == CUP_COURSE_FOUR) {
|
||||
D_80150124 = 5;
|
||||
} else {
|
||||
D_800DC544++;
|
||||
gCourseSelection++;
|
||||
gCupCourseSelection++;
|
||||
D_80150124 = 4;
|
||||
}
|
||||
} else {
|
||||
D_800DC544++;
|
||||
gCourseSelection++;
|
||||
gCupCourseSelection++;
|
||||
D_80150124 = 4;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user