diff options
-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 6755db9..aa57825 100644 --- a/pokemontools/vba/autoplayer.py +++ b/pokemontools/vba/autoplayer.py @@ -60,7 +60,7 @@ class SpeedRunner(Runner): def setup(self): if not self.cry: - self.cry = _vba.crystal(config=config) + self.cry = _vba.crystal(config=self.config) def main(self): """ |