some rename for torch (#588)

* rename gBombKartSpawns, and fix cup ID

* Update doxygen_syms.md

* rename for gCourseIndexInCup and his constant

* rename to gCupSelectedCourseIndex

* forget a change in constant

* fix compilation issue
This commit is contained in:
coco875
2024-08-31 16:34:52 +02:00
committed by GitHub
parent 3534198418
commit b3aa6eceda
13 changed files with 79 additions and 85 deletions
+3 -3
View File
@@ -144,16 +144,16 @@ void func_8028E3A0(void) {
if (D_80150120) {
if (gCupCourseSelection == CUP_COURSE_FOUR) {
if (gCourseIndexInCup == COURSE_FOUR) {
gGotoMode = ENDING;
} else {
D_800DC544++;
gCupCourseSelection++;
gCourseIndexInCup++;
gGotoMode = RACING;
}
} else {
D_800DC544++;
gCupCourseSelection++;
gCourseIndexInCup++;
gGotoMode = RACING;
}
}