If you want to make it shorter, give this a try:
choices = [:BULBASAUR,:CHIKORITA,:TREECKO,:TURTWIG,:SNIVY]
pbAddPokemon(choices[rand(choices.size)],5)
Does the same as Sparta's piece, but it's just a bit smaller. To add a Pokémon, just add it in the list above and it'll pick one of them.