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 a20744e..af14d47 100644 --- a/pokemontools/vba/autoplayer.py +++ b/pokemontools/vba/autoplayer.py @@ -567,7 +567,7 @@ def bootstrap(runner=None, cry=None): # keep a reference of the current state state = runner.cry.vba.state - cry.vba.shutdown() + runner.cry.vba.shutdown() return state |