mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-02-01 02:51:03 +00:00
Created and implemented GameData::Species
This commit is contained in:
@@ -103,7 +103,7 @@ class PokemonPokedexMenuScreen
|
||||
commands[i] = dexnames[index]
|
||||
end
|
||||
end
|
||||
index = -1 if index>=$PokemonGlobal.pokedexUnlocked.length-1
|
||||
index = -1 if index >= $PokemonGlobal.pokedexUnlocked.length - 1
|
||||
commands2[i] = [$Trainer.pokedexSeen(index),
|
||||
$Trainer.pokedexOwned(index),
|
||||
pbGetRegionalDexLength(index)]
|
||||
|
||||
Reference in New Issue
Block a user