mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 14:14:59 +00:00
Eusine give back stolen pokemon in goldenrod
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user