aboutsummaryrefslogtreecommitdiff
path: root/.nasm
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-03-06 16:17:03 +0100
committerMiquel Sabaté Solà <mssola@mssola.com>2026-03-06 16:17:03 +0100
commitbc99212539f6da721ab50f4cd5e3ab0b4e76827e (patch)
tree403bc0cab318575c88b6ede169a4321a22518883 /.nasm
parent3302f760f1461bc4582c99ee2e4ed0ccc1d5b186 (diff)
downloadjetpac.nes-bc99212539f6.tar.gz
jetpac.nes-bc99212539f6.zip
Toggle a "Paused" message on top of the 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 95b5ea9..a559dcf 100644
--- a/.nasm/memory.txt
+++ b/.nasm/memory.txt
@@ -24,6 +24,7 @@ $35: zp_bullet_timer
$36: zp_first_enemy
$37: zp_next_enemy_cycle
$38: zp_moved_out
+$39: zp_pause_toggle
$40: zp_screen_y
$41-$42: zp_position_y
$44: zp_velocity_y
@@ -68,4 +69,4 @@ $4016: m_joypad1
$4017: m_frame_counter
--- Summary (in bytes) ---
-- Internal RAM: 377/2048 (18.41%)
+- Internal RAM: 379/2048 (18.51%)
diff --git a/.nasm/segments.txt b/.nasm/segments.txt
index f89b010..96d2f66 100644
--- a/.nasm/segments.txt
+++ b/.nasm/segments.txt
@@ -1,4 +1,4 @@
- HEADER: 16/16 (100%)
-- ROM0: 6452/32762 (19.69%)
+- ROM0: 6555/32762 (20.01%)
- ROMV: 6/6 (100%)
- ROM2: 8192/8192 (100%)