From 48896b14568aac35955baee6d5f47a5701f7825b Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sat, 21 Sep 2013 15:53:34 -0500 Subject: replace one more step() with vba.step() --- pokemontools/vba/vba.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pokemontools/vba/vba.py b/pokemontools/vba/vba.py index b2c164d..814c853 100644 --- a/pokemontools/vba/vba.py +++ b/pokemontools/vba/vba.py @@ -459,7 +459,7 @@ class crystal: print "script is done executing" return else: - step() + vba.step() if debug: limit = limit - 1 -- cgit v1.2.3