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/segments.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/segments.txt')
| -rw-r--r-- | .nasm/segments.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.nasm/segments.txt b/.nasm/segments.txt index 6471fef..403b691 100644 --- a/.nasm/segments.txt +++ b/.nasm/segments.txt @@ -1,4 +1,4 @@ - HEADER: 16/16 (100%) -- ROM0: 8048/32762 (24.57%) +- ROM0: 8066/32762 (24.62%) - ROMV: 6/6 (100%) - ROM2: 8192/8192 (100%) |
