From a04f6ceb4b98d9b37390905b7ab60bd5e35fcc21 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sun, 22 Sep 2013 02:46:40 -0500 Subject: fix cyndaquil selection in Elm's Lab --- pokemontools/vba/autoplayer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pokemontools/vba/autoplayer.py b/pokemontools/vba/autoplayer.py index aa57825..5bbf91e 100644 --- a/pokemontools/vba/autoplayer.py +++ b/pokemontools/vba/autoplayer.py @@ -257,7 +257,7 @@ class SpeedRunner(Runner): if starter_choice.lower() == "cyndaquil": moves = 0 - if starter_choice.lower() == "totodile": + elif starter_choice.lower() == "totodile": moves = 1 else: moves = 2 -- cgit v1.2.3