aboutsummaryrefslogtreecommitdiff
path: root/.nasm/memory.txt
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-03-03 23:19:53 +0100
committerMiquel Sabaté Solà <mssola@mssola.com>2026-03-03 23:19:53 +0100
commit196f2ac744fa8e0b6ce2da555e01178d04bfb322 (patch)
tree196c630b875c30a6deb6c0728d5b679b297438f7 /.nasm/memory.txt
parentd71a38f3223dd90ad59b706321de87d60c0ed666 (diff)
downloadjetpac.nes-196f2ac744fa8e0b6ce2da555e01178d04bfb322.tar.gz
jetpac.nes-196f2ac744fa8e0b6ce2da555e01178d04bfb322.zip
Let enemies die whenever they touch a bullet
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to '.nasm/memory.txt')
-rw-r--r--.nasm/memory.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/.nasm/memory.txt b/.nasm/memory.txt
index 3e1e687..c52be55 100644
--- a/.nasm/memory.txt
+++ b/.nasm/memory.txt
@@ -42,6 +42,7 @@ $E0: zp_bullets_pool_size
$E1: zp_last_allocated_index
$E2: zp_current_bullet_y
$E3: zp_current_bullet_x
+$F0-$FB: zp_current_tiles
$0200-$02FF: m_sprites
$2000: m_control
$2001: m_mask
@@ -56,4 +57,4 @@ $4016: m_joypad1
$4017: m_frame_counter
--- Summary (in bytes) ---
-- Internal RAM: 354/2048 (17.29%)
+- Internal RAM: 366/2048 (17.87%)