mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
fixed abilities and rival evolution
This commit is contained in:
@@ -15,7 +15,7 @@ class PokemonBoxIcon < IconSprite
|
||||
end
|
||||
|
||||
def useRegularIcon(species)
|
||||
dexNum = convertSpeciesSymbolToDexNumber(species)
|
||||
dexNum = getDexNumberForSpecies(species)
|
||||
return true if dexNum <= Settings::NB_POKEMON
|
||||
return false if $game_variables == nil
|
||||
return true if $game_variables[220] != 0
|
||||
|
||||
Reference in New Issue
Block a user