Correct off-by-one in close animation. Fixes #120

This commit is contained in:
Joshua Bell 2019-02-01 20:41:28 -08:00
parent d9f2a28669
commit 9df26c2215

View File

@ -9251,7 +9251,7 @@ loop: lda step
erase: lda step
clc
adc #2
cmp #14
cmp #13
bcs next
asl a
asl a