diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-03-25 22:40:48 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-03-25 22:40:48 +0100 |
| commit | 63ef73de3bdd698ab250407354e24a6de7c9ef20 (patch) | |
| tree | 5caa3f3a37ea32af6f0d4e0ae42ad3fa2b455c55 /src/driver.s | |
| parent | ccf320971efe9b11f7b7722b2ee2642a10303203 (diff) | |
| download | jetpac.nes-63ef73de3bdd698ab250407354e24a6de7c9ef20.tar.gz jetpac.nes-63ef73de3bdd698ab250407354e24a6de7c9ef20.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.s | 4 |
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 |
