aboutsummaryrefslogtreecommitdiff
path: root/src/driver.s
diff options
context:
space:
mode:
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