• 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?".
  • 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.

[EM] Help on giving Pokedex and Pokemon Menu

5
Posts
7
Years
    • Seen Jun 12, 2021
    Hello, everyone. I'm very new to the rom hacking scene. I've been watching Anthroyd's videos on Rom Hacking, but I'm running into a problem while using Emerald. I can't figure out the script for giving the Hoenn Pokedex and activating the Pokemon tab in the start menu. Can anyone help me with this? If someone can direct me to the flags I can figure out the script.

    Also, here's the script I'm working with now:

    Code:
    #dynamic 0x800000
    
    #org @start
    lock
    faceplayer
    special 0x1F3
    msgbox 0x800100
    release
    end
    
    #org 0x800100
    = You got the PokeDex!
     
    239
    Posts
    8
    Years
    • Seen Apr 15, 2024
    Special 0x1F3 activates the national dex but won't show it in your menu. Showing Pokemon and Pokedex in your menu require setting flags:
    Code:
    flag 0x860: show Pokemon in Menu
    flag 0x861: show Pokedex in Menu
     
    Back
    Top