diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-03-04 23:44:47 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-03-04 23:44:47 +0100 |
| commit | dbcbd43287a28bf087e20e660edd5ba40b5c27ec (patch) | |
| tree | ae69b710c3b06bae58c18273af105855b3071ded /.nasm/memory.txt | |
| parent | 0c5af85cc0cb9bb39a3a72548e735b92daf0a28f (diff) | |
| download | jetpac.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/memory.txt')
| -rw-r--r-- | .nasm/memory.txt | 3 |
1 files changed, 2 insertions, 1 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%) |
