mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-12 07:35:00 +00:00
fixed abilities and rival evolution
This commit is contained in:
@@ -154,7 +154,7 @@ class PokemonIconSprite < SpriteWrapper
|
||||
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