Made window bigger in map connections editor, fixed a couple of bugs, added Generation data to pokemon PBS files

This commit is contained in:
Maruno17
2021-02-27 16:33:32 +00:00
parent 8895d6b1a9
commit 1bf829c3f1
11 changed files with 2455 additions and 28 deletions

View File

@@ -111,7 +111,6 @@ def pbDebugMenu(show_all = true)
break
end
elsif Input.trigger?(Input::C)
pbPlayDecisionSE
ret = cmdwindow.index
break
end
@@ -119,6 +118,7 @@ def pbDebugMenu(show_all = true)
break if ret < 0
cmd = commands.getCommand(ret)
if commands.hasSubMenu?(cmd)
pbPlayDecisionSE
commands.currentList = cmd
cmdwindow.commands = commands.list
cmdwindow.index = 0