• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Staff applications for our PokéCommunity Daily and Social Media team are now open! Interested in joining staff? Then click here for more info!
  • 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.
     
    For firered, I actually think that if you edit some bytes, you can make the pokemon evolve without the national dex. I think Jambo51 was the one to do this.
    At 0xCE91A change the next 4 bytes to 00 00 14 E0. This makes the previously conditional branch into an unconditional branch, which fixes the evolutions.
     
    to be honest, vendily has answerd my question correctly. Vendily even answerd one of my future questions at that time :)

    Thread resolved
     
    Back
    Top