diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-03-25 23:44:29 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-03-27 10:48:53 +0100 |
| commit | 63939a5c86c5678347f41f877e562b58236782df (patch) | |
| tree | c8330923330524c02083f1465db9a04e24d60ac4 /src/driver.s | |
| parent | 63ef73de3bdd698ab250407354e24a6de7c9ef20 (diff) | |
| download | jetpac.nes-63939a5c86c5678347f41f877e562b58236782df.tar.gz jetpac.nes-63939a5c86c5678347f41f877e562b58236782df.zip | |
Save the high score after game over
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'src/driver.s')
| -rw-r--r-- | src/driver.s | 2 |
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 |
