- 73
- Posts
- 9
- Years
- Right Here.
- Seen Aug 2, 2018
I wanted to add my own Pokédex, so I changed the code in SETTINGS to this:
DEXDEPENDSONLOCATION = false
def pbDexNames; return [
[_INTL("Kanto Pokédex"),0],
[_INTL("Johto Pokédex"),1],
[_INTL("Seizon Pokédex"),2],
_INTL("National Pokédex")
]; end
ALWAYSSHOWALLFORMS = false
DEXINDEXOFFSETS = []
But, every time I check the Seizon Pokédex, it's just the National Pokédex. Help?
DEXDEPENDSONLOCATION = false
def pbDexNames; return [
[_INTL("Kanto Pokédex"),0],
[_INTL("Johto Pokédex"),1],
[_INTL("Seizon Pokédex"),2],
_INTL("National Pokédex")
]; end
ALWAYSSHOWALLFORMS = false
DEXINDEXOFFSETS = []
But, every time I check the Seizon Pokédex, it's just the National Pokédex. Help?
Last edited by a moderator: