aboutsummaryrefslogtreecommitdiff
path: root/.nasm/memory.txt
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-03-12 22:12:40 +0100
committerMiquel Sabaté Solà <mssola@mssola.com>2026-03-12 22:12:40 +0100
commit276f2e430b4fff3323e2f359712c96f9f6103f77 (patch)
tree20cd72ca22f67cbf96afa30cafc10fb7e0eb325a /.nasm/memory.txt
parent9ae51a4c210b8f01718e21eda592c498715a642b (diff)
downloadjetpac.nes-276f2e430b4fff3323e2f359712c96f9f6103f77.tar.gz
jetpac.nes-276f2e430b4fff3323e2f359712c96f9f6103f77.zip
Join 'zp_moved_out' and 'zp_pause_toggle'
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à <mssola@mssola.com>
Diffstat (limited to '.nasm/memory.txt')
-rw-r--r--.nasm/memory.txt5
1 files changed, 2 insertions, 3 deletions
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%)