Easy Mode

This commit is contained in:
infinitefusion
2021-12-26 17:09:56 -05:00
parent 7240e76ed0
commit 4170738933
6 changed files with 6 additions and 2 deletions

View File

@@ -862,6 +862,9 @@ end
def pbShowCommands(msgwindow, commands = nil, cmdIfCancel = 0, defaultCmd = 0)
return 0 if !commands
if defaultCmd == 0 && $game_variables[COMMAND_WINDOW_INDEX] != 0
defaultCmd = $game_variables[COMMAND_WINDOW_INDEX]
end
cmdwindow = Window_CommandPokemonEx.new(commands)
cmdwindow.z = 99999
cmdwindow.visible = true