aboutsummaryrefslogtreecommitdiff
path: root/src/driver.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver.s')
-rw-r--r--src/driver.s2
1 files changed, 1 insertions, 1 deletions
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