Quote:
Originally Posted by apalhegyi
So I am having a problem with custom Evolutions , I am using Pokemon Fire REd (U) 1.0 Whenever a Pokemon goes to evolve into a custom evolution I have set up through YAPE (Chimecho to Jirachi at level 90 for example ) the evolution screen shows but it then ends (as If I pressed B) and just shows the text "............?" Does anyone have a fix for this ?
|
I've moved this thread to the Beginner's Lounge.
As for your problem, this is happening because the game is coded to prevent evolutions into National Pokédex Pokémon before the player has the National Pokédex. To fix it, either give the player the Pokédex using special 0x16F in a script, or open your ROM in a hex editor and replace the four bytes at 0xCE91A with 00 00 14 E0 to allow for National Pokédex evolutions before the dex has been received.