mirror of
https://github.com/a2-4am/4cade.git
synced 2025-08-05 21:25:25 +00:00
fix off-by-1 bug [thanks Frank M.]
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user