mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-09-10 11:15:12 -05:00
replace one more step() with vba.step()
This commit is contained in:
@@ -459,7 +459,7 @@ class crystal:
|
||||
print "script is done executing"
|
||||
return
|
||||
else:
|
||||
step()
|
||||
vba.step()
|
||||
|
||||
if debug:
|
||||
limit = limit - 1
|
||||
|
||||
Reference in New Issue
Block a user