diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-09-21 15:53:34 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-09-21 15:53:34 -0500 |
commit | 48896b14568aac35955baee6d5f47a5701f7825b (patch) | |
tree | 37704cce2497bcf0edf326babe1e03d7da9999a5 | |
parent | 115ce6781e2750d3b326e6a994677c80d0613029 (diff) |
replace one more step() with vba.step()
-rw-r--r-- | pokemontools/vba/vba.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |