to pass the level, you have to get at least 0x40 (64) points
This commit is contained in:
parent
541f3225c1
commit
72d5e6b33e
@ -207,7 +207,7 @@ foodEaten:
|
|||||||
inx
|
inx
|
||||||
stx length
|
stx length
|
||||||
|
|
||||||
cpx #$10 ; 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