bootstrap the battle tests with more mons

Use the givepoke function to add a few more pokemon to the team before
starting the battle-related tests. There are some features of the battle
handling code that require more than one pokemon to be present in the
party.
This commit is contained in:
Bryan Bishop 2013-11-10 23:14:42 -06:00
parent b94aaa3882
commit 9249ffd2d0

View File

@ -45,6 +45,10 @@ def bootstrap_trainer_battle():
# initial state if none is provided.
runner.new_bark_level_grind(17, skip=True)
cry.givepoke(64, 31, "kAdAbRa")
cry.givepoke(224, 60, "OcTiLlErY")
cry.givepoke(126, 87, "magmar")
# TODO: figure out a better way to start a trainer battle :(
runner.cry.start_trainer_battle_lamely()