diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-03-23 23:59:26 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-03-23 23:59:26 +0100 |
| commit | 0c9b0ad7938e2ba7e994574b4947e25c82440b8c (patch) | |
| tree | cb6721fc9689104463b5a71ca02303299486af9e /.nasm/segments.txt | |
| parent | fb23cf51040f06bfcfbaf318d7b452d76ffbedfb (diff) | |
| download | jetpac.nes-0c9b0ad7938e2ba7e994574b4947e25c82440b8c.tar.gz jetpac.nes-0c9b0ad7938e2ba7e994574b4947e25c82440b8c.zip | |
Implement the "take off" animation
This is the animation that is done after clearing a stage. Moreover, and
for the first time since I started development, now we can move into the
next level as intended from the game's design.
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 85c337d..c2666b1 100644 --- a/.nasm/segments.txt +++ b/.nasm/segments.txt @@ -1,4 +1,4 @@ - HEADER: 16/16 (100%) -- ROM0: 8276/32762 (25.26%) +- ROM0: 8716/32762 (26.60%) - ROMV: 6/6 (100%) - ROM2: 8192/8192 (100%) |
