diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-11-13 21:02:34 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-11-13 21:02:34 -0600 |
commit | 257ddde525c4cbe6c4623a444c5d82ef8039bb45 (patch) | |
tree | 10235754283fcb88b207b618e8faee467000595f /pokemontools/vba/battle.py | |
parent | e8371152c9071c1e8966512c22ec63d61b7c8b8b (diff) |
press the "a" button (fix typo)
Diffstat (limited to 'pokemontools/vba/battle.py')
-rw-r--r-- | pokemontools/vba/battle.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pokemontools/vba/battle.py b/pokemontools/vba/battle.py index 180230d..a0e111f 100644 --- a/pokemontools/vba/battle.py +++ b/pokemontools/vba/battle.py @@ -97,7 +97,7 @@ class Battle(EmulatorController): # now select the action if execute: - self.emulator.vba.press(a, hold=5, after=100) + self.emulator.vba.press("a", hold=5, after=100) def select_attack(self, move_number=1, hold=5, after=10): """ |