From bc99212539f6da721ab50f4cd5e3ab0b4e76827e Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 6 Mar 2026 16:17:03 +0100 Subject: Toggle a "Paused" message on top of the screen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .nasm/memory.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.nasm/memory.txt') 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%) -- cgit v1.2.3