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

[Other] '....?' message on evolution

10
Posts
4
Years
    • Seen Apr 3, 2021
    Hy,

    I have been hacking for some time and compelitely redid my pokedex, but now every time I evolve a pokemon to a gen2\3 pokemon the evolution stops and the message '....?' appears

    can anybody please help?
     
    10
    Posts
    4
    Years
    • Seen Apr 3, 2021
    YESSSSS!!!!

    Thank you, just do a script like this to activade the dex:

    #dynamic 0x[yer FSF offset]
    #org @start
    lock[Optional]
    faceplayer [Optional]
    msgbox @1 0x2
    special 0x16F
    setflag 0x828 [For enabling Pokedex]
    setflag 0x829 [For enabling National Dex]
    fanfare 0x13E [This is sound for Giving an Item]
    msgbox @2 0x6
    release
    end
     
    760
    Posts
    15
    Years
    • Seen today
    The special command in the script activates the national dex. Those flags activate the pokemon menu and the pokedex menu option.
     
    760
    Posts
    15
    Years
    • Seen today
    I'm not sure whether you understood correctly, looking at your previous post.

    Just to be clear:

    Setflag 0x828 activates the Pokemon Menu option
    Setflag 0x829 activates the Pokedex Menu option
    Special 0x16F activates the National Dex within the Pokedex Menu Option
     
    Back
    Top