From 0138b8ea5340c599e5bf6568ddf95d064903b567 Mon Sep 17 00:00:00 2001 From: Gregory Heskett Date: Wed, 23 Aug 2023 20:11:42 -0400 Subject: [PATCH] Revert dialogue scrolling to behave like vanilla (#658) --- src/game/ingame_menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;