mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-09-27 03:50:52 -05:00
make SpeedRunner.setup use the right config ref
This commit is contained in:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user