small fix
This commit is contained in:
parent
e548f48e72
commit
e67a84d669
@ -207,7 +207,7 @@ foodEaten:
|
|||||||
inx
|
inx
|
||||||
stx length
|
stx length
|
||||||
|
|
||||||
cpx #$0a ; check if level is finished
|
cpx #$40 ; check if level is finished
|
||||||
bne genFood ; if not, skip
|
bne genFood ; if not, skip
|
||||||
clc
|
clc
|
||||||
lda score ; else increment total score
|
lda score ; else increment total score
|
||||||
|
Loading…
Reference in New Issue
Block a user