- 3
- Posts
- 7
- Years
- Seen May 30, 2021
It's been a little while since I tried starting a new game in my testing and now that I have I have a couple errors with some of the pre-programmed script and I don't know what I did. Here is the error code though. To my knowledge I haven't changed anything in defining methods like the Pokedex or messed with any of the start menu functions.
Exception: NoMethodError
Message: undefined method `pokedexSeen' for nil:NilClass
PSystem_Utilities:992:in `pbSetViableDexes'
PSystem_Utilities:989:in `each'
PSystem_Utilities:989:in `pbSetViableDexes'
PScreen_PauseMenu:92:in `pbStartPokemonMenu'
Scene_Map:127:in `call_menu'
Scene_Map:213:in `update'
Scene_Map:234:in `main'
Scene_Map:231:in `loop'
Scene_Map:236:in `main'
Main:49:in `mainFunctionDebug'
Exception: NoMethodError
Message: undefined method `pokedexSeen' for nil:NilClass
PSystem_Utilities:992:in `pbSetViableDexes'
PSystem_Utilities:989:in `each'
PSystem_Utilities:989:in `pbSetViableDexes'
PScreen_PauseMenu:92:in `pbStartPokemonMenu'
Scene_Map:127:in `call_menu'
Scene_Map:213:in `update'
Scene_Map:234:in `main'
Scene_Map:231:in `loop'
Scene_Map:236:in `main'
Main:49:in `mainFunctionDebug'