From 9ae51a4c210b8f01718e21eda592c498715a642b Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 11 Mar 2026 23:44:13 +0100 Subject: Initial implementation for items MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This now only supports the appearance of shuttle parts and the fact that the player can collect them at a very specific order and drop them so to stack up the final shuttle. This is of course just the skeleton and there's a bunch of TODO's left. Signed-off-by: Miquel Sabaté Solà --- src/assets.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/assets.s') diff --git a/src/assets.s b/src/assets.s index 139ed5f..18d6192 100644 --- a/src/assets.s +++ b/src/assets.s @@ -164,7 +164,7 @@ palettes: ;; Background ;; 0: score - .byte $0F, $30, $2C, $28 + .byte $0F, $30, $30, $28 ;; 1: floating platforms .byte $0F, $2C, $30, $2A ;; 2: ground -- cgit v1.2.3