aboutsummaryrefslogtreecommitdiff
path: root/.nasm/memory.txt
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-03-25 01:03:17 +0100
committerMiquel Sabaté Solà <mssola@mssola.com>2026-03-25 01:03:17 +0100
commitccf320971efe9b11f7b7722b2ee2642a10303203 (patch)
tree9ad50e8ffda2194256a9945de0af44a6fad119a2 /.nasm/memory.txt
parentfcc4a0c30ee01719451596d579abf4cbe1e9b8a1 (diff)
downloadjetpac.nes-ccf320971efe9b11f7b7722b2ee2642a10303203.tar.gz
jetpac.nes-ccf320971efe9b11f7b7722b2ee2642a10303203.zip
Add support for adding scores
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to '.nasm/memory.txt')
-rw-r--r--.nasm/memory.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/.nasm/memory.txt b/.nasm/memory.txt
index 397a90b..7a2ccaa 100644
--- a/.nasm/memory.txt
+++ b/.nasm/memory.txt
@@ -68,6 +68,8 @@ $E3: zp_current_bullet_x
$E7-$EF: zp_current_tiles
$F0-$FF: zp_current_tiles
$0200-$02FF: m_sprites
+$0300-$030B: m_players
+$030C-$0311: m_hi
$2000: m_control
$2001: m_mask
$2002: m_status
@@ -81,4 +83,4 @@ $4016: m_joypad
$4017: m_frame_counter
--- Summary (in bytes) ---
-- Internal RAM: 419/2048 (20.46%)
+- Internal RAM: 437/2048 (21.34%)