From 63939a5c86c5678347f41f877e562b58236782df Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 25 Mar 2026 23:44:29 +0100 Subject: Save the high score after game over MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- src/driver.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/driver.s') diff --git a/src/driver.s b/src/driver.s index a9a2fbd..8915868 100644 --- a/src/driver.s +++ b/src/driver.s @@ -139,7 +139,7 @@ sta Globals::zp_flags ;; And the scores should be updated on the game screen as well. - lda #$80 + lda #$C0 sta Globals::zp_extra_flags rts -- cgit v1.2.3