diff options
-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() |