Eusine give back stolen pokemon in goldenrod

This commit is contained in:
infinitefusion
2023-07-09 10:52:35 -04:00
parent fc243c6ac7
commit 172180790b
17 changed files with 15 additions and 13 deletions

View File

@@ -1674,7 +1674,7 @@ class PokemonStorageScreen
commands[cmdFuse = commands.length] = _INTL("Fuse") if !@heldpkmn
end
end
commands[cmdNickname = commands.length] = _INTL("Nickname")
commands[cmdNickname = commands.length] = _INTL("Nickname") if !@heldpkmn
commands[cmdWithdraw = commands.length] = (selected[0] == -1) ? _INTL("Store") : _INTL("Withdraw")
commands[cmdItem = commands.length] = _INTL("Item")