From e0bdeaed3b2face03bb388df565344e688759bb3 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 20 Mar 2025 18:44:36 +0100 Subject: Add walking animation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This also corrects a pixel from one of the animations on the chr file. Signed-off-by: Miquel Sabaté Solà --- src/assets.s | 1 + 1 file changed, 1 insertion(+) (limited to 'src/assets.s') diff --git a/src/assets.s b/src/assets.s index ffc6585..3d1a6a3 100644 --- a/src/assets.s +++ b/src/assets.s @@ -161,6 +161,7 @@ .byte $0F, $16, $30, $00 ;; TODO: fuel tank needs color $24 + ;; TODO: SUSE coin needs $0F, $16, $10, $18 ;; Foreground ;; 0: player & ship .byte $0F, $30, $10, $30 -- cgit v1.2.3