Allow Cancel button to exit move selection menu

This commit is contained in:
RonarsCorruption
2023-04-02 07:23:17 -04:00
committed by GitHub
parent cdb3cd5d20
commit d234f6649c

View File

@@ -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