From 63ef73de3bdd698ab250407354e24a6de7c9ef20 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 25 Mar 2026 22:40:48 +0100 Subject: Update scores on screen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- src/driver.s | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/driver.s') diff --git a/src/driver.s b/src/driver.s index 8e26fbe..a9a2fbd 100644 --- a/src/driver.s +++ b/src/driver.s @@ -138,6 +138,10 @@ and #%11111011 sta Globals::zp_flags + ;; And the scores should be updated on the game screen as well. + lda #$80 + sta Globals::zp_extra_flags + rts .endproc -- cgit v1.2.3