Michael submitted a new resource:
Party Switcher for 17.2 (Based on Reborn's Code) - Efficiently swap out Pokemon if you have a full party
Read more about this resource...
Party Switcher for 17.2 (Based on Reborn's Code) - Efficiently swap out Pokemon if you have a full party
I've gone ahead and edited another resource to allow compatibility within 17.2. This script allows for a Pokemon to be chosen to swap out if your party is full.
First, replace the entirety ofPokebattle_BattlePeer
with this script!
Next, search for this line in the script editor:
You should find the script inRuby:def pbStorePokemon(pokemon)
PSystem_PokemonUtilities
. Replace the entire section with...
Read more about this resource...