TechSkylander1518 submitted a new resource:
Poké Ball Swap - Switch your Pokémon's Poké Ball by using it on them from the bag!
Read more about this resource...
Poké Ball Swap - Switch your Pokémon's Poké Ball by using it on them from the bag!
View attachment 6863
Quick little script that lets the player use their Poké Balls from the bag to change the ball their Pokémon is stored in! Options to give the ball back can be turned on/off easily by the dev.
Code
Paste in a new script section above Main!
Ruby:RECEIVE_OLD = true RECEIVE_MASTER = false ItemHandlers::UseOnPokemon.addIf(proc { |item| GameData::Item.get(item).is_poke_ball? }, proc { |item,pkmn,scene|...
Read more about this resource...