• 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!
  • 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✓] Enabling the PokeDex/National PokeDex

CJBlazer

Rogon, the Ninja Pokemon
  • 72
    Posts
    13
    Years
    I am new when it comes to hacking and I have been learning how to enable to National Pokedex in Pokemon FireRed. I have searched muliple locations but have not found the solution yet.

    I tried putting in the following script for the girl outside Pallet Town
    Spoiler:


    Yet, now everytime I go to her, she goes back to her original script. Was there something I did wrong?


    Also, another problem I have been having is I cant seem to "delete" the Viridian Town event required for the PokeDex. I have to run an errand apparantly, but I am not from Pallet Town in this game. I am from Isen Town. How do I change what the shop guy says? I really want to delete it all together and just get the Dex.
     
    No, I am using XSE 1.1.1. Still reverts back to the original script,
     
    Ok try this

    #org 0x800000
    lock
    faceplayer
    checkflag 0x1200
    if 0x1 goto 0x800050
    special 0x16F
    setflag 0x1200
    fanfare 0x13E
    msgbox 0x800100 MSG_NORMAL
    waitfanfare
    release
    end

    #org 0x800050
    msgbox 0x800070 MSG_NORMAL
    release
    end

    #org 0x800070
    = Let me see your PokeDex...

    #org 0x800100
    = Ah okay, I just installed an updated chip./nYour PokeDex can recognize any Pokemon now.

    Also I don't think that flag is safe. Check this https://www.pokecommunity.com/posts/6829256/ out.
     
    It works. Thank you so much. and yeah that wasnt a safe flag. I used 829 instead.
     
    Oh great...

    Now I ran into another problem. The PokeDex can't be accessed now. It shows up on the menu but when I click on it, it doesnt go to the Dex.

    Also, now whenever I talk to the character, she acts like a Tree.
     
    If you are using FireRed (which you are :P), these are the safe flags:
    Be aware, long spoiler
    Spoiler:


    Credits to Karatekid552 for finding them
     
    which flags do what then? You gave me a list of flags but what do they do?
     
    which flags do what then? You gave me a list of flags but what do they do?

    Flags set and check progress, preventing an event from happening twice
    Go take a look at the flags section in diegoisawesome's mega huge xse tutorial for more info
     
    Oh okay. I managed to get it to work. Now what did you mean by clearing header scripts in Viridian's PokeMart?
     
    Back
    Top