From 2c6383f0bff2fc9028cf397666fa18a9f2d6873a Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 10 Feb 2026 23:23:37 +0100 Subject: Improve the "other" states from fighter jets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- src/enemies.s | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/enemies.s') diff --git a/src/enemies.s b/src/enemies.s index 0c0873f..071f3aa 100644 --- a/src/enemies.s +++ b/src/enemies.s @@ -281,15 +281,15 @@ tiles: ;; Fighter jet 1 .byte $2A, $2B, $3A, $3B - .byte $2A, $2B, $3A, $3B - .byte $2B, $2A, $3B, $3A + .byte $4A, $4B, $5A, $5B .byte $2B, $2A, $3B, $3A + .byte $4B, $4A, $5B, $5A ;; Fighter jet 2 .byte $31, $32, $FF, $FF - .byte $31, $32, $FF, $FF - .byte $32, $31, $FF, $FF + .byte $60, $61, $FF, $FF .byte $32, $31, $FF, $FF + .byte $61, $60, $FF, $FF ;; UFO .byte $40, $41, $FF, $FF -- cgit v1.2.3