epic optimisation

This commit is contained in:
Reonu
2021-07-03 20:46:12 +01:00
parent 91b8a9b1d8
commit ca6a1b80bb

View File

@@ -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)