Snapper_Kins
Meandering Trainer
- 7
- Posts
- 14
- Years
- Seen Jul 23, 2023
Hello,
So recently whenever I attempt to to open the Pokedex I get this error:
I really have no idea why it started happening, I didn't modify the pause menu or Pokedex scripts at all. I tried copying and pasting the original, unmodified scripts (I have a backup of the unmodified essentials) just in case i had modified something, but I always get this error when I open it. I have added some New Pokemon, but the issues began before I added them.If anyone has an idea what might be causing the error please let me know!
So recently whenever I attempt to to open the Pokedex I get this error:
Code:
Exception: NoMethodError
Message: undefined method `[]' for nil:NilClass
PokemonPokedex:164:in `species'
PokemonPokedex:548:in `pbRefreshDexList'
PokemonPokedex:398:in `pbStartScene'
PokemonPokedex:1109:in `pbStartScreen'
PokemonPauseMenu:161:in `pbStartPokemonMenu'
PokemonPauseMenu:158:in `pbFadeOutIn'
PokemonPauseMenu:158:in `pbStartPokemonMenu'
PokemonPauseMenu:144:in `loop'
PokemonPauseMenu:264:in `pbStartPokemonMenu'
Scene_Map:194:in `call_menu'