diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-02-10 23:23:37 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-02-10 23:23:37 +0100 |
| commit | 2c6383f0bff2fc9028cf397666fa18a9f2d6873a (patch) | |
| tree | e599ba356ecad71b1e1181715d78491b7f895c62 /src/enemies.s | |
| parent | 53ca319b60ee36ee4f4f8b83fc199c8aa89a8647 (diff) | |
| download | jetpac.nes-2c6383f0bff2fc9028cf397666fa18a9f2d6873a.tar.gz jetpac.nes-2c6383f0bff2fc9028cf397666fa18a9f2d6873a.zip | |
Improve the "other" states from fighter jets
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'src/enemies.s')
| -rw-r--r-- | src/enemies.s | 8 |
1 files changed, 4 insertions, 4 deletions
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 |
