From 50997c8b3849d70483266dce2661e3f076558cc6 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sun, 22 Sep 2013 02:48:26 -0500 Subject: get rid of a text_wait when talking to Elm --- pokemontools/vba/autoplayer.py | 3 --- 1 file changed, 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() -- cgit v1.2.3