aboutsummaryrefslogtreecommitdiff
path: root/.nasm
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-03-04 23:44:47 +0100
committerMiquel Sabaté Solà <mssola@mssola.com>2026-03-04 23:44:47 +0100
commitdbcbd43287a28bf087e20e660edd5ba40b5c27ec (patch)
treeae69b710c3b06bae58c18273af105855b3071ded /.nasm
parent0c5af85cc0cb9bb39a3a72548e735b92daf0a28f (diff)
downloadjetpac.nes-dbcbd43287a28bf087e20e660edd5ba40b5c27ec.tar.gz
jetpac.nes-dbcbd43287a28bf087e20e660edd5ba40b5c27ec.zip
Update lifes left for player 1
The whole handling of player 2 will come whenever I set to implement multi-player for this game. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to '.nasm')
-rw-r--r--.nasm/memory.txt3
-rw-r--r--.nasm/segments.txt2
2 files changed, 3 insertions, 2 deletions
diff --git a/.nasm/memory.txt b/.nasm/memory.txt
index 9f9f561..9461474 100644
--- a/.nasm/memory.txt
+++ b/.nasm/memory.txt
@@ -29,6 +29,7 @@ $46-$47: zp_position_x
$49: zp_velocity_x
$50: zp_state
$51: zp_walk_counter
+$53-$54: zp_lifes
$60-$6B: zp_enemies_pool_base
$70-$7B: zp_pool_base
$7C: zp_active
@@ -64,4 +65,4 @@ $4016: m_joypad1
$4017: m_frame_counter
--- Summary (in bytes) ---
-- Internal RAM: 373/2048 (18.21%)
+- Internal RAM: 375/2048 (18.31%)
diff --git a/.nasm/segments.txt b/.nasm/segments.txt
index a9fd7db..b4e56dc 100644
--- a/.nasm/segments.txt
+++ b/.nasm/segments.txt
@@ -1,4 +1,4 @@
- HEADER: 16/16 (100%)
-- ROM0: 6085/32762 (18.57%)
+- ROM0: 6149/32762 (18.77%)
- ROMV: 6/6 (100%)
- ROM2: 8192/8192 (100%)