TechSkylander1518 submitted a new resource:
Zeak6464's Evolve During Battle - Player's Pokemon can evolve mid-battle!
Read more about this resource...
Zeak6464's Evolve During Battle - Player's Pokemon can evolve mid-battle!
This is just an update of Zeak6464's script for current Essentials! If a Pokemon meets the conditions for evolution during battle, they'll evolve right after levelling up instead of after the battle!
In Battle_ExpAndMoveLearning, find this line:
Ruby:moveList.each { |m| pbLearnMove(idxParty,m[1]) if m[0]==curLevel }
Right after that, paste this:
Ruby:...
Read more about this resource...