diff options
-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): """ |