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

[Script] Regional Pokedex

Dinisk

DinisK
89
Posts
7
Years
    • Seen Apr 27, 2019
    open advance map->download XSE scripts->in advance map choose script(setting ->choose script editor)->create people->open script
    #org 0x800000 //free space in rom///searching fsf
    lock
    faceplayer
    checkflag 0x10A
    if 1 jump 0x800050
    special 0x16F
    setflag 0x10A
    fanfare 0x13E
    msgbox 0x800100
    callstd 0x6
    waitfanfare
    release
    end

    #org 0x800050
    msgbox 0x800070
    callstd 0x6
    release
    end

    #org 0x800070
    = Like your new POKéDEX?

    #org 0x800100
    = Your POKéDEX was upgraded!
     
    88
    Posts
    7
    Years
    • Seen Jan 16, 2020
    If I want to give the regional dex to the player, what do I do?

    setflag 0x829 causes the regional pokedex to show up in the start menu. If you want it to appear immediately at the start of the game, edit the gamestart script at 0x1A6481. National pokedex is given with special 0x16F.
     
    Back
    Top