Redesigned controls help screen, added example of changing encounter version

This commit is contained in:
Maruno17
2021-04-08 21:20:34 +01:00
parent 64d9b38605
commit 327d0de334
12 changed files with 148 additions and 40 deletions

View File

@@ -1138,7 +1138,7 @@ def pbRegionalDexEditor(dex)
viewport.z = 99999
cmd_window = pbListWindow([])
info = Window_AdvancedTextPokemon.newWithSize(
_INTL("Z+Up/Down: Rearrange entries\nZ+Right: Insert new entry\nZ+Left: Delete entry\nF: Clear entry"),
_INTL("Z+Up/Down: Rearrange entries\nZ+Right: Insert new entry\nZ+Left: Delete entry\nD: Clear entry"),
Graphics.width / 2, 64, Graphics.width / 2, Graphics.height - 64, viewport)
info.z = 2
dex.compact!