Fixed another crash when entering a map with no map metadata, fixed Sky Drop failing causing the target to remain in the air, decapitalised some Debug menu text

This commit is contained in:
Maruno17
2023-07-12 21:06:54 +01:00
parent 104bf2b598
commit 8287f32a5e
10 changed files with 212 additions and 213 deletions

View File

@@ -2,7 +2,7 @@
# HP/Status options
#===============================================================================
MenuHandlers.add(:battle_pokemon_debug_menu, :hp_status_menu, {
"name" => _INTL("HP/Status..."),
"name" => _INTL("HP/status..."),
"parent" => :main,
"usage" => :both
})