to pass the level, you have to get at least 0x40 (64) points

This commit is contained in:
giomba 2020-04-23 12:10:08 +02:00
parent 541f3225c1
commit 72d5e6b33e
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ foodEaten:
inx
stx length
cpx #$10 ; check if level is finished
cpx #$40 ; check if level is finished
bne genFood ; if not, skip
clc
lda score ; else increment total score