aboutsummaryrefslogtreecommitdiff
path: root/.nasm
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-03-08 23:19:17 +0100
committerMiquel Sabaté Solà <mssola@mssola.com>2026-03-08 23:19:17 +0100
commitb891997ab597056c1a3ee26b7de0340dcb5e2e2f (patch)
treee5a07f0e69eb8cf0a09a173a05f6d06d77b27eb4 /.nasm
parentf1d1d0efee9faa3067f7b0fc8b9a2aebb17f1ccd (diff)
downloadjetpac.nes-b891997ab597056c1a3ee26b7de0340dcb5e2e2f.tar.gz
jetpac.nes-b891997ab597056c1a3ee26b7de0340dcb5e2e2f.zip
Add a blinking animation on player selection
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to '.nasm')
-rw-r--r--.nasm/memory.txt5
-rw-r--r--.nasm/segments.txt2
2 files changed, 5 insertions, 2 deletions
diff --git a/.nasm/memory.txt b/.nasm/memory.txt
index 129737f..3367185 100644
--- a/.nasm/memory.txt
+++ b/.nasm/memory.txt
@@ -2,6 +2,7 @@ $00: zp_arg0
$01: zp_arg1
$02: zp_arg2
$03: zp_arg3
+$04: zp_nmi_reserved
$05: zp_tmp0
$06: zp_tmp1
$07: zp_tmp2
@@ -21,6 +22,8 @@ $22: zp_buttons
$24: zp_level
$25: zp_level_kind
$26: zp_multiplayer
+$2E: zp_blink_status
+$2F: zp_blink_timer
$30: zp_title_timer
$32: zp_pause_timer
$33: zp_next_bullet_cycle
@@ -69,4 +72,4 @@ $4016: m_joypad
$4017: m_frame_counter
--- Summary (in bytes) ---
-- Internal RAM: 390/2048 (19.04%)
+- Internal RAM: 393/2048 (19.19%)
diff --git a/.nasm/segments.txt b/.nasm/segments.txt
index 0b837c2..8849458 100644
--- a/.nasm/segments.txt
+++ b/.nasm/segments.txt
@@ -1,4 +1,4 @@
- HEADER: 16/16 (100%)
-- ROM0: 6671/32762 (20.36%)
+- ROM0: 6772/32762 (20.67%)
- ROMV: 6/6 (100%)
- ROM2: 8192/8192 (100%)