press the "a" button (fix typo)

This commit is contained in:
Bryan Bishop
2013-11-13 21:02:34 -06:00
parent e8371152c9
commit 257ddde525

View File

@@ -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):
"""