aboutsummaryrefslogtreecommitdiff
path: root/.nasm/segments.txt
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-03-13 22:33:38 +0100
committerMiquel Sabaté Solà <mssola@mssola.com>2026-03-13 22:33:38 +0100
commitcf3a0c963225068b6e3269f50e240950607a5c6b (patch)
tree3921181239a665fdf21d402cdc7e791ae427f6da /.nasm/segments.txt
parent3501f8fdee3a6d43f5e837e5499e759053c0fda9 (diff)
downloadjetpac.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.txt2
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%)