mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 13:15:01 +00:00
Adds date, game mode and difficulty to HoF screen + minor fixes
This commit is contained in:
@@ -1800,6 +1800,11 @@ class PokemonStorageScreen
|
||||
index = selected[1]
|
||||
pokemon = @storage[box, index]
|
||||
|
||||
if pokemon.egg?
|
||||
pbDisplay(_INTL("You cannot rename an egg!"))
|
||||
return
|
||||
end
|
||||
|
||||
speciesname = PBSpecies.getName(pokemon.species)
|
||||
hasNickname = speciesname == pokemon.name
|
||||
if hasNickname
|
||||
|
||||
Reference in New Issue
Block a user