aboutsummaryrefslogtreecommitdiff
path: root/.nasm
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 /.nasm
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 '.nasm')
-rw-r--r--.nasm/memory.txt3
-rw-r--r--.nasm/segments.txt2
2 files changed, 3 insertions, 2 deletions
diff --git a/.nasm/memory.txt b/.nasm/memory.txt
index 7a2ccaa..b7a16bc 100644
--- a/.nasm/memory.txt
+++ b/.nasm/memory.txt
@@ -23,6 +23,7 @@ $22: zp_buttons
$24: zp_level
$25: zp_level_kind
$26: zp_multiplayer
+$27: zp_extra_flags
$2E: zp_blink_status
$2F: zp_blink_timer
$30: zp_title_timer
@@ -83,4 +84,4 @@ $4016: m_joypad
$4017: m_frame_counter
--- Summary (in bytes) ---
-- Internal RAM: 437/2048 (21.34%)
+- Internal RAM: 438/2048 (21.39%)
diff --git a/.nasm/segments.txt b/.nasm/segments.txt
index 486c2fa..eb919f2 100644
--- a/.nasm/segments.txt
+++ b/.nasm/segments.txt
@@ -1,4 +1,4 @@
- HEADER: 16/16 (100%)
-- ROM0: 8864/32762 (27.06%)
+- ROM0: 9005/32762 (27.49%)
- ROMV: 6/6 (100%)
- ROM2: 8192/8192 (100%)