From a9b64a7138a7a7ecc08822b5c75cf406b2b76274 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sat, 4 Apr 2026 23:40:05 +0200 Subject: Add the rest of shuttle kinds into the CHR file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- src/items.s | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/items.s') 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 -- cgit v1.2.3