diff --git a/src/game/ingame_menu.c b/src/game/ingame_menu.c index 324aa561d..4911373d6 100644 --- a/src/game/ingame_menu.c +++ b/src/game/ingame_menu.c @@ -3158,7 +3158,7 @@ void render_save_confirmation(s16 x, s16 y, s8 *index, s16 sp6e) u8 textContinueWithoutSave[] = { TEXT_CONTINUE_WITHOUT_SAVING }; #endif - handle_menu_scrolling(MENU_SCROLL_VERTICAL, index, 1, 4); // Increased to '4' to handle Exit Game + handle_menu_scrolling(MENU_SCROLL_VERTICAL, index, 1, 2); // decreased to '2' to prevent Exit Game gSPDisplayList(gDisplayListHead++, dl_ia_text_begin); gDPSetEnvColor(gDisplayListHead++, 255, 255, 255, gDialogTextAlpha);