From d234f6649c3e818979f11be96215041f85d0e097 Mon Sep 17 00:00:00 2001 From: RonarsCorruption <129662653+RonarsCorruption@users.noreply.github.com> Date: Sun, 2 Apr 2023 07:23:17 -0400 Subject: [PATCH] Allow Cancel button to exit move selection menu --- Data/Scripts/011_Battle/005_Battle scene/008_Scene_Commands.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/Scripts/011_Battle/005_Battle scene/008_Scene_Commands.rb b/Data/Scripts/011_Battle/005_Battle scene/008_Scene_Commands.rb index a6f99a76f..a4dc59576 100644 --- a/Data/Scripts/011_Battle/005_Battle scene/008_Scene_Commands.rb +++ b/Data/Scripts/011_Battle/005_Battle scene/008_Scene_Commands.rb @@ -115,7 +115,7 @@ class PokeBattle_Scene break if yield cw.index needFullRefresh = true needRefresh = true - elsif Input.trigger?(Input::ACTION) # Cancel fight menu + elsif Input.trigger?(Input::BACK) || Input.trigger?(Input::ACTION) # Cancel fight menu pbPlayCancelSE break if yield -1 needRefresh = true