diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-04-04 23:40:05 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-04-05 22:33:03 +0200 |
| commit | a9b64a7138a7a7ecc08822b5c75cf406b2b76274 (patch) | |
| tree | c7cd222c1018190ead2421e315eb73e739f11744 /src/items.s | |
| parent | 1963d7d8dd70ee9bc4cf9b81363aeab440a6f786 (diff) | |
| download | jetpac.nes-a9b64a7138a7a7ecc08822b5c75cf406b2b76274.tar.gz jetpac.nes-a9b64a7138a7a7ecc08822b5c75cf406b2b76274.zip | |
Add the rest of shuttle kinds into the CHR file
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'src/items.s')
| -rw-r--r-- | src/items.s | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/items.s b/src/items.s index a2f867a..86d9b2b 100644 --- a/src/items.s +++ b/src/items.s @@ -1260,9 +1260,7 @@ .endproc shuttle_sprites: - ;; TODO: rest of IDs - .byte $04, $00, $00, $00 + .byte $04, $84, $A4, $C4 shuttle_backgrounds: - ;; TODO: rest of IDs - .byte $04, $00, $00, $00 + .byte $04, $B0, $C0, $D0 .endscope |
