From 276f2e430b4fff3323e2f359712c96f9f6103f77 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 12 Mar 2026 22:12:40 +0100 Subject: Join 'zp_moved_out' and 'zp_pause_toggle' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It was wasteful, and it was there just because of my lazyness. Let's be a bit less careless. Signed-off-by: Miquel Sabaté Solà --- .nasm/memory.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.nasm') diff --git a/.nasm/memory.txt b/.nasm/memory.txt index cf829a2..05bf7eb 100644 --- a/.nasm/memory.txt +++ b/.nasm/memory.txt @@ -31,8 +31,7 @@ $34: zp_first_bullet $35: zp_timer $36: zp_first_enemy $37: zp_next_enemy_cycle -$38: zp_moved_out -$39: zp_pause_toggle +$38: zp_flags $40: zp_screen_y $41-$42: zp_position_y $44: zp_velocity_y @@ -77,4 +76,4 @@ $4016: m_joypad $4017: m_frame_counter --- Summary (in bytes) --- -- Internal RAM: 414/2048 (20.21%) +- Internal RAM: 413/2048 (20.17%) -- cgit v1.2.3