From e67a84d669642d64023826be74c3620c12b07c16 Mon Sep 17 00:00:00 2001 From: giomba Date: Thu, 23 Apr 2020 12:29:43 +0200 Subject: [PATCH] small fix --- src/game.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game.asm b/src/game.asm index f24fa52..cee09b0 100644 --- a/src/game.asm +++ b/src/game.asm @@ -207,7 +207,7 @@ foodEaten: inx stx length - cpx #$0a ; check if level is finished + cpx #$40 ; check if level is finished bne genFood ; if not, skip clc lda score ; else increment total score