mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-08-26 12:14:10 -05:00
use the state property during test bootstrapping
This commit is contained in:
@@ -31,14 +31,14 @@ def bootstrap():
|
||||
is constructed by this function.
|
||||
"""
|
||||
|
||||
cry = vba.crystal()
|
||||
cry = vba.crystal(config=None)
|
||||
runner = autoplayer.SpeedRunner(cry=cry)
|
||||
|
||||
# skip=False means run the skip_intro function instead of just skipping to
|
||||
# a saved state.
|
||||
runner.skip_intro()
|
||||
|
||||
state = cry.get_state()
|
||||
state = cry.vba.state
|
||||
|
||||
# clean everything up again
|
||||
cry.vba.shutdown()
|
||||
|
||||
Reference in New Issue
Block a user