fixes typo

This commit is contained in:
chardub
2025-02-06 21:18:13 -05:00
parent 935c548016
commit 24943e092f

View File

@@ -851,7 +851,7 @@ PokemonDebugMenuCommands.register("speciesform", {
"parent" => "main",
"name" => _INTL("Species/form..."),
"always_show" => true,
"effect" => proc { |pkmn,˚ pkmnid, heldpoke, settingUpBattle, screen|
"effect" => proc { |pkmn, pkmnid, heldpoke, settingUpBattle, screen|
cmd = 0
loop do
msg = [_INTL("Species {1}, form {2}.", pkmn.speciesName, pkmn.form),