mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-11 22:30:59 +00:00
fix off-by-1 bug [thanks Frank M.]
This commit is contained in:
parent
60b1f68c9d
commit
e1f3a74344
@ -7,9 +7,9 @@ PrintBranding
|
||||
; out: Y = 0 (important! some callers rely on this!)
|
||||
ldy #11
|
||||
- lda TOTAL-1, y
|
||||
sta $04B5-1, y
|
||||
sta $04B6-1, y
|
||||
lda REPLAY-1, y
|
||||
sta $0535-1, y
|
||||
sta $0536-1, y
|
||||
dey
|
||||
bne -
|
||||
rts
|
||||
|
Loading…
x
Reference in New Issue
Block a user