mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-08-28 05:04:13 -05:00
press the "a" button (fix typo)
This commit is contained in:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user