From 92c8f382ea49f2616870b4d7700b844233c09f51 Mon Sep 17 00:00:00 2001 From: HighMans Date: Tue, 21 May 2024 20:05:41 -0400 Subject: [PATCH] Allows you to enter the menu screen from the item selection screen after battle. --- src/ui-inputs.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui-inputs.ts b/src/ui-inputs.ts index 38d8e7830c4..2945f893b04 100644 --- a/src/ui-inputs.ts +++ b/src/ui-inputs.ts @@ -110,6 +110,7 @@ export class UiInputs { case Mode.FIGHT: case Mode.BALL: case Mode.TARGET_SELECT: + case Mode.MODIFIER_SELECT: case Mode.SAVE_SLOT: case Mode.PARTY: case Mode.SUMMARY: