Quote:
Originally Posted by qwertyioup195
I'm trying to have it so that the player in the hack I am developing receives the National Pokedex at the beginning of the game. I've opened the script for Oak and it's like 800 lines long. I know I would have to remove the flag and value checks post-elite four so the player doesn't receive the National Pokedex twice.
Can anyone help me with this?
Thanks much!
|
To give the national dex to the player, all you have to do use use the command "special 0x16F". I would personally give it before the player has a chance to encounter any gen 2& or 3 mons in your game. (For example, if there's gen 2 & or 3 mons in Viridian Forest you would give the national dex before then, maybe in that little building before you get into the forest.).
I wouldn't know how to disable all those other scripts, but I would think you would just have to set a flag after giving the national dex.