diff options
Diffstat (limited to 'pokemontools/vba/vba.py')
-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 |