diff --git a/source/game.c b/source/game.c index 2b1f913..a8fbb8e 100644 --- a/source/game.c +++ b/source/game.c @@ -4593,6 +4593,8 @@ static void game_blind_select_handle_input() play_sfx(SFX_BUTTON, MM_BASE_PITCH_RATE, BUTTON_SFX_VOLUME); increment_blind(BLIND_STATE_SKIPPED); + selection_y = 0; // Reset selection to first option + background = UNDEFINED; // Force refresh of the background change_background(BG_BLIND_SELECT);