diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-03-13 22:33:38 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-03-13 22:33:38 +0100 |
| commit | cf3a0c963225068b6e3269f50e240950607a5c6b (patch) | |
| tree | 3921181239a665fdf21d402cdc7e791ae427f6da /.nasm/segments.txt | |
| parent | 3501f8fdee3a6d43f5e837e5499e759053c0fda9 (diff) | |
| download | jetpac.nes-cf3a0c963225.tar.gz jetpac.nes-cf3a0c963225.zip | |
Implement falling items
Every now and then an item will fall and, as in the original game, a
fuel tank will be delivered whenever needed. There are still some things
left out for later changes, like picking up items mid-air, or background
effects for the rocket being filled with fuel.
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 7782ff6..28e3a9a 100644 --- a/.nasm/segments.txt +++ b/.nasm/segments.txt @@ -1,4 +1,4 @@ - HEADER: 16/16 (100%) -- ROM0: 7507/32762 (22.91%) +- ROM0: 7838/32762 (23.92%) - ROMV: 6/6 (100%) - ROM2: 8192/8192 (100%) |
