diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-03-25 22:40:48 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-03-25 22:40:48 +0100 |
| commit | 63ef73de3bdd698ab250407354e24a6de7c9ef20 (patch) | |
| tree | 5caa3f3a37ea32af6f0d4e0ae42ad3fa2b455c55 /.nasm/memory.txt | |
| parent | ccf320971efe9b11f7b7722b2ee2642a10303203 (diff) | |
| download | jetpac.nes-63ef73de3bdd.tar.gz jetpac.nes-63ef73de3bdd.zip | |
Update scores on screen
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 7a2ccaa..b7a16bc 100644 --- a/.nasm/memory.txt +++ b/.nasm/memory.txt @@ -23,6 +23,7 @@ $22: zp_buttons $24: zp_level $25: zp_level_kind $26: zp_multiplayer +$27: zp_extra_flags $2E: zp_blink_status $2F: zp_blink_timer $30: zp_title_timer @@ -83,4 +84,4 @@ $4016: m_joypad $4017: m_frame_counter --- Summary (in bytes) --- -- Internal RAM: 437/2048 (21.34%) +- Internal RAM: 438/2048 (21.39%) |
