diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-04-06 21:43:44 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-04-06 21:43:44 +0200 |
| commit | f9ca8ca80b9d0cf0d54f9aa59a3fbb517c37fc9c (patch) | |
| tree | c915ce9da9092e3624ba192092ae3b6c5ada566a /.nasm/segments.txt | |
| parent | ae15803a88f82a16ceb08ebf0a17f5c0e9e31c4e (diff) | |
| download | jetpac.nes-f9ca8ca80b9d0cf0d54f9aa59a3fbb517c37fc9c.tar.gz jetpac.nes-f9ca8ca80b9d0cf0d54f9aa59a3fbb517c37fc9c.zip | |
Clear out sprites after the take off animation
This was hidden before commit 134c671e18b6 ("Cancel the take off
animation before shuttle change"), as the sprites and the background
matched perfectly. That wasn't the case in the case where the shuttle
kind was to change.
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 7f0b6d9..5d8e4c8 100644 --- a/.nasm/segments.txt +++ b/.nasm/segments.txt @@ -1,4 +1,4 @@ - HEADER: 16/16 (100%) -- ROM0: 9201/32762 (28.08%) +- ROM0: 9216/32762 (28.13%) - ROMV: 6/6 (100%) - ROM2: 8192/8192 (100%) |
