aboutsummaryrefslogtreecommitdiff
path: root/src/driver.s
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-03-25 22:40:48 +0100
committerMiquel Sabaté Solà <mssola@mssola.com>2026-03-25 22:40:48 +0100
commit63ef73de3bdd698ab250407354e24a6de7c9ef20 (patch)
tree5caa3f3a37ea32af6f0d4e0ae42ad3fa2b455c55 /src/driver.s
parentccf320971efe9b11f7b7722b2ee2642a10303203 (diff)
downloadjetpac.nes-63ef73de3bdd.tar.gz
jetpac.nes-63ef73de3bdd.zip
Update scores on screen
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'src/driver.s')
-rw-r--r--src/driver.s4
1 files changed, 4 insertions, 0 deletions
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