AmethystRain
pixie-powered judgment!
- 253
- Posts
- 13
- Years
- Seen Nov 28, 2022
So seeing the other thread about adding a National Dex, I realised that in my own project I failed to give the player one when I should have. So today I've set off on creating a mid-game patch in which the player receives it.
Only... After using pbUnlockDex(), the game crashes on trying to load the Pokedex. I also tried (-1) as specified by some other post I found with a quick search. I haven't modified any of the dexscripts, and pokemon.txt has only been updated for Unova Pokemon.
Here's the error, which, as usual... means nothing to me:
Any ideas what's going on here?
Only... After using pbUnlockDex(), the game crashes on trying to load the Pokedex. I also tried (-1) as specified by some other post I found with a quick search. I haven't modified any of the dexscripts, and pokemon.txt has only been updated for Unova Pokemon.
Here's the error, which, as usual... means nothing to me:
Exception: TypeError
Message: cannot convert nil into String
SpriteWindow:3489:in `text_size'
SpriteWindow:3489:in `getAutoDims'
SpriteWindow:3488:in `each'
SpriteWindow:3488:in `getAutoDims'
SpriteWindow:3573:in `initialize'
PokemonPokedex:38:in `new'
PokemonPokedex:38:in `main'
PokemonUtilities:892:in `pbLoadRpgxpScene'
PokemonPauseMenu:163:in `pbStartPokemonMenu'
PokemonPauseMenu:142:in `loop'
Any ideas what's going on here?