How to make an Encounter with a Pokemon that's shiny and female.

At Night

Rookie
Member
Joined
May 8, 2017
Posts
8
Age
23
Hi, I was wondering how to make an event to battle a wild Pokemon and force it to be shiny and female. I know that the script: pbWildBattle(PBSpecies::PokemonSpecies,Level) makes you fight a wild Pokemon but I'm not sure how to edit that specific encounter so that the Pokemon is female and shiny. Also if it's possible to edit the moveset of that Pokemon that would be nice to know too. Thanks.
 
Check out the section here about Modifying the Pokemon.

Basically what it describes is something like this:


What I did here is set it up so that when the 32 switch is flipped ON, wild encounters will learn Volt Tackle, will be shiny, and will be female. Then I just flip the switch on before this special Pikachu battle, and make sure to turn it off after. you can keep reusing the same switch if you do this several times, the important thing is just to make sure the switch is turned OFF after the battle, even if the player loses, because this is actually making these changes to all the wild encounters so long as the switch is ON.
 
Top