This commit is contained in:
jane 2020-11-10 19:30:06 -05:00
parent b9182c3bb4
commit 1f3a988e23
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ def pat(index, tick, previous_values):
if 'args' in this.pattern[i]['instruction']:
args = this.pattern[i]['instruction']['args']
if this.instructions[name] != None:
jump = apply(index, targets, args, this.instructions[name])
jump = apply(i, targets, args, this.instructions[name])
if jump != i and jump < len(this.pattern) - 1:
i = jump - 1
r = this.values["r"]