aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-04-04 23:40:05 +0200
committerMiquel Sabaté Solà <mssola@mssola.com>2026-04-05 22:33:03 +0200
commita9b64a7138a7a7ecc08822b5c75cf406b2b76274 (patch)
treec7cd222c1018190ead2421e315eb73e739f11744 /src
parent1963d7d8dd70ee9bc4cf9b81363aeab440a6f786 (diff)
downloadjetpac.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')
-rw-r--r--src/items.s6
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