diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-09-22 02:48:26 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-09-22 02:48:26 -0500 |
commit | 50997c8b3849d70483266dce2661e3f076558cc6 (patch) | |
tree | 79dd27a5d22c3d6be55682de24329df833c771c2 /pokemontools/vba/autoplayer.py | |
parent | a04f6ceb4b98d9b37390905b7ab60bd5e35fcc21 (diff) |
get rid of a text_wait when talking to Elm
Diffstat (limited to 'pokemontools/vba/autoplayer.py')
-rw-r--r-- | pokemontools/vba/autoplayer.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pokemontools/vba/autoplayer.py b/pokemontools/vba/autoplayer.py index 5bbf91e..744b9e3 100644 --- a/pokemontools/vba/autoplayer.py +++ b/pokemontools/vba/autoplayer.py @@ -303,9 +303,6 @@ class SpeedRunner(Runner): # talk with elm a bit more self.cry.text_wait() - # TODO: and again.. wtf? - self.cry.text_wait() - # wait until the script is done running self.cry.wait_for_script_running() |