Rename a couple variables (#93)

* Rename a couple variables

Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
This commit is contained in:
Tyler McGavran
2021-12-14 22:40:38 -05:00
committed by GitHub
parent 66d9a4fe88
commit d587580bd5
52 changed files with 362 additions and 359 deletions
+4 -4
View File
@@ -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;
}
}