diff options
-rw-r--r-- | tests/bootstrapping.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/bootstrapping.py b/tests/bootstrapping.py index 17a2945..986a20b 100644 --- a/tests/bootstrapping.py +++ b/tests/bootstrapping.py @@ -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() |