Quote:
Originally Posted by RebornDarkDemon
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.