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