diff --git a/src/game/ingame_menu.c b/src/game/ingame_menu.c index 37905d2c..8d1dbeaa 100644 --- a/src/game/ingame_menu.c +++ b/src/game/ingame_menu.c @@ -1174,7 +1174,7 @@ void render_dialog_entries(void) { case DIALOG_STATE_VERTICAL: gDialogBoxOpenTimer = 0.0f; - if (gPlayer3Controller->buttonPressed & (A_BUTTON | B_BUTTON | START_BUTTON | D_CBUTTONS | R_CBUTTONS | D_JPAD | R_JPAD)) { + if (gPlayer3Controller->buttonPressed & (A_BUTTON | B_BUTTON)) { if (gLastDialogPageStrPos == -1) { handle_special_dialog_text(gDialogID); gDialogBoxState = DIALOG_STATE_CLOSING;