summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pokemontools/vba/autoplayer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pokemontools/vba/autoplayer.py b/pokemontools/vba/autoplayer.py
index 479924c..6aa9494 100644
--- a/pokemontools/vba/autoplayer.py
+++ b/pokemontools/vba/autoplayer.py
@@ -87,7 +87,7 @@ class SpeedRunner(Runner):
# walk to elm and do whatever he wants
self.handle_elm("totodile", skip=True)
- self.new_bark_level_grind(6, skip=False)
+ self.new_bark_level_grind(17, skip=False)
@skippable
def skip_intro(self, stop_at_name_selection=False):