mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-08-08 18:34:12 -05:00
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:
parent
b94aaa3882
commit
9249ffd2d0
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user