You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
epic optimisation
This commit is contained in:
@@ -1756,11 +1756,10 @@ s16 render_pause_courses_and_castle(void) {
|
||||
#else
|
||||
s32 exitCheck = 1;
|
||||
#endif
|
||||
if (exitCheck) {
|
||||
#ifndef DISABLE_EXIT_COURSE
|
||||
if (exitCheck)
|
||||
render_pause_course_options(99, 93, &gDialogLineNum, 15);
|
||||
#endif
|
||||
}
|
||||
|
||||
if (gPlayer3Controller->buttonPressed & A_BUTTON
|
||||
|| gPlayer3Controller->buttonPressed & START_BUTTON)
|
||||
|
||||
Reference in New Issue
Block a user