mirror of
https://github.com/mi57730/a2d.git
synced 2025-04-22 20:37:22 +00:00
Correct off-by-one in close animation. Fixes #120
This commit is contained in:
parent
d9f2a28669
commit
9df26c2215
@ -9251,7 +9251,7 @@ loop: lda step
|
||||
erase: lda step
|
||||
clc
|
||||
adc #2
|
||||
cmp #14
|
||||
cmp #13
|
||||
bcs next
|
||||
asl a
|
||||
asl a
|
||||
|
Loading…
x
Reference in New Issue
Block a user