aboutsummaryrefslogtreecommitdiff
path: root/.nasm/memory.txt
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-03-05 22:06:52 +0100
committerMiquel Sabaté Solà <mssola@mssola.com>2026-03-05 22:06:52 +0100
commitccc6956983ddcf171c60e0f7bee3d10beae47492 (patch)
tree04d65a72c5da46b34f26929bac116ada26d9ef86 /.nasm/memory.txt
parent25a399b6d9fdd5d363e74e054e455c563b6e1af0 (diff)
downloadjetpac.nes-ccc6956983ddcf171c60e0f7bee3d10beae47492.tar.gz
jetpac.nes-ccc6956983ddcf171c60e0f7bee3d10beae47492.zip
Remove the pool size from enemies
It was never read anyways, so let's drop it. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to '.nasm/memory.txt')
-rw-r--r--.nasm/memory.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/.nasm/memory.txt b/.nasm/memory.txt
index 2d3e869..c47526d 100644
--- a/.nasm/memory.txt
+++ b/.nasm/memory.txt
@@ -39,7 +39,6 @@ $80: zp_control
$81: zp_mask
$A0-$BD: zp_bullets_pool_base
$CF: zp_player_tile_bottom
-$D0: zp_enemies_pool_size
$D1: zp_enemy_tiles
$D2-$D3: zp_enemy_movement_fn
$D4: zp_pool_index
@@ -68,4 +67,4 @@ $4016: m_joypad1
$4017: m_frame_counter
--- Summary (in bytes) ---
-- Internal RAM: 378/2048 (18.46%)
+- Internal RAM: 377/2048 (18.41%)