• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Dawn, Gloria, Juliana, or Summer - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

[Scripting Question] Dex List script

Sorry but i don't undestand you.

Well, to check pokedex than you have, just search, inside 'Settings', 'DEXDEPENDSONLOCATION = false':
Code:
DEXDEPENDSONLOCATION = false
def pbDexNames; return [
   [_INTL("Kanto Pokédex"),0],
   [_INTL("Johto Pokédex"),1],
   [_INTL("Hoenn Pokédex"),2],
   [_INTL("Sinnoh Pokédex"),3],
   [_INTL("Unova Pokédex"),4],
   [_INTL("Kalos Pokédex"),5],
   [_INTL("Alola Pokédex"),6],
   _INTL("National Pokédex")
]; end
ALWAYSSHOWALLFORMS = true #false
DEXINDEXOFFSETS    = [-1]#{}
This is my script, just check what you have.

Also, to open region pokedex, just check how NPC works in Pokémon Lab map, Event ID 13 (aka Dex access):
https://imgur.com/a/v0qUMgi
 
Last edited:
Back
Top