- 21
- Posts
- 9
- Years
- United Kingdom
- Seen Oct 24, 2015
I want to make it so the Pikachu you receive at the start of the game can't evolve but other Pikachu's can evolve like in Pokemon Yellow. How can i do this? Thank you!
Make a copy of pikachu in the PBS but name it something else like "Sparky" and then write off the evolution part..I want to make it so the Pikachu you receive at the start of the game can't evolve but other Pikachu's can evolve like in Pokemon Yellow. How can i do this? Thank you!
I want to make it so the Pikachu you receive at the start of the game can't evolve but other Pikachu's can evolve like in Pokemon Yellow. How can i do this? Thank you!
return -1 if isConst?(pokemon.species,PBSpecies,:[COLOR="Red"]PICHU[/COLOR]) && pokemon.form==[COLOR="SeaGreen"]1[/COLOR] # Spiky-eared Pichu
Evolutions = RAICHU,None,