mirror of
https://github.com/mi57730/a2d.git
synced 2026-04-20 17:18:32 +00:00
Correct off-by-one in close animation. Fixes #120
This commit is contained in:
@@ -9251,7 +9251,7 @@ loop: lda step
|
||||
erase: lda step
|
||||
clc
|
||||
adc #2
|
||||
cmp #14
|
||||
cmp #13
|
||||
bcs next
|
||||
asl a
|
||||
asl a
|
||||
|
||||
Reference in New Issue
Block a user