diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-03-18 21:57:59 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-03-18 21:57:59 +0100 |
| commit | 7e55a3124f66e07672927ddd0cd631beb81cef30 (patch) | |
| tree | 3dcf640c8fd0875aa9562018827e45af8426e180 /.nasm/memory.txt | |
| parent | cd8aa7cfa6cafdb968d4561aee1cf1bdaab60438 (diff) | |
| download | jetpac.nes-7e55a3124f66e07672927ddd0cd631beb81cef30.tar.gz jetpac.nes-7e55a3124f66e07672927ddd0cd631beb81cef30.zip | |
Let fuel tanks be delivered separately
Fuel tanks follow a different logic than regular items, in which they
should be delivered almost instantaniously whenever they are
needed. Hence, a new (much shorter/snappier) timer is provided for fuel
tanks alone.
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 1e5caad..3603fc9 100644 --- a/.nasm/memory.txt +++ b/.nasm/memory.txt @@ -54,6 +54,7 @@ $C9: zp_pool_index $CA: zp_state $CB: zp_collected $CC-$CD: zp_timer +$CE: zp_fuel_timer $D1: zp_tiles $D2-$D3: zp_movement_fn $D4: zp_pool_index @@ -79,4 +80,4 @@ $4016: m_joypad $4017: m_frame_counter --- Summary (in bytes) --- -- Internal RAM: 417/2048 (20.36%) +- Internal RAM: 418/2048 (20.41%) |
