diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-09-26 01:03:58 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-09-26 01:03:58 -0500 |
commit | 27ea6f652796a177ea4b102dbea504a459e11cf5 (patch) | |
tree | 097b412a6e210d382c3a012b64ed570cec4122e8 /pokemontools/vba/autoplayer.py | |
parent | 38ecfa8705fb6140a00988ef8fc88272974cbe36 (diff) |
grind to a higher level
Diffstat (limited to 'pokemontools/vba/autoplayer.py')
-rw-r--r-- | pokemontools/vba/autoplayer.py | 2 |
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): |