- 350
- Posts
- 6
- Years
- He/Him
- Oshawa
- Seen Feb 12, 2025
So I added the BW Pokedex script in Pokemon Essentials v17.
It worked by adding methods and all. But I want the Pokemon Info,Area and Forms screen to be the default.(They are cooler)
I wanna know the methods which calls the PScreen_PokedexEntry
Which I was unable to find.
Can anyone help me out?
Yes, this Script is from KleinStudio's Essentials BW v3
It worked by adding methods and all. But I want the Pokemon Info,Area and Forms screen to be the default.(They are cooler)
I wanna know the methods which calls the PScreen_PokedexEntry
Which I was unable to find.
Can anyone help me out?
Yes, this Script is from KleinStudio's Essentials BW v3
Spoiler:
Code:
The error goes like this
Exception:NoMethodError
Message:undefined method '[]' for nil:NilClass
BW_NestForms:566:in 'pbGetAvailable'
BW_NestForms:397:in 'pbStartScene'
BW_NestForms:723:in 'pbStartScreen'
BW_Pokedex:1877:in 'pbDexEntry'
BW_Pokedex:1789:in 'loop'
BW_Pokedex:1880:in 'pbDexEntry'
BW_Pokedex:1788:in 'pbActivateWindow'
BW_Pokedex:1788:in 'pbDexEntry'
BW_Pokedex:2324:in 'activateDex'
BW_Pokedex:2233:in 'loop'
Last edited: