mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 13:44:59 +00:00
Made window bigger in map connections editor, fixed a couple of bugs, added Generation data to pokemon PBS files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user