mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 13:15:01 +00:00
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:
@@ -2,7 +2,7 @@
|
||||
# HP/Status options
|
||||
#===============================================================================
|
||||
MenuHandlers.add(:pokemon_debug_menu, :hp_status_menu, {
|
||||
"name" => _INTL("HP/Status..."),
|
||||
"name" => _INTL("HP/status..."),
|
||||
"parent" => :main
|
||||
})
|
||||
|
||||
@@ -206,7 +206,7 @@ MenuHandlers.add(:pokemon_debug_menu, :set_exp, {
|
||||
})
|
||||
|
||||
MenuHandlers.add(:pokemon_debug_menu, :hidden_values, {
|
||||
"name" => _INTL("EV/IV/pID..."),
|
||||
"name" => _INTL("EV/IV/personal ID..."),
|
||||
"parent" => :level_stats,
|
||||
"effect" => proc { |pkmn, pkmnid, heldpoke, settingUpBattle, screen|
|
||||
cmd = 0
|
||||
|
||||
Reference in New Issue
Block a user