• 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.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Cyndy, May, Hero (Conquest), or Wes - 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.

[Other✓] National dex at beginning

  • 15
    Posts
    9
    Years
    • Seen May 28, 2020
    After editing pokemon fire red a bit, and editing some pokemon. i found out that, if i want to evolve certain pokemon i will need the national dex. But, it is ofcourse unavaible in the beginning. So does anyone have an idea on what script to use for it? I was planning to check his script, and see if i can find the answer there.
     
    After editing pokemon fire red a bit, and editing some pokemon. i found out that, if i want to evolve certain pokemon i will need the national dex. But, it is ofcourse unavaible in the beginning. So does anyone have an idea on what script to use for it? I was planning to check his script, and see if i can find the answer there.

    You'll need to activate special 0x16F when you give the pokedex to the player.
    An example for XSE
    Code:
    #dynamic 0x800000
    #org @start
    msgbox 0x4 @GivePokedex
    setflag 0x829
    special 0x16F
    end
    
    #org @GivePokedex
    = OAK: Pokedex for you.

    The setflag 0x829 is for the regional pokedex. It needs to be active before the National 'dex special will work.
     
    to be honest, vendily has answerd my question correctly. Vendily even answerd one of my future questions at that time :)

    Thread resolved
     
    Back
    Top