diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-03-11 23:44:13 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-03-11 23:44:13 +0100 |
| commit | 9ae51a4c210b8f01718e21eda592c498715a642b (patch) | |
| tree | 90867f95c133b8c4383a9559075b73b77b92c98b /src/assets.s | |
| parent | a0ef7b9c4d341de3f3f518626c40576e45cbf244 (diff) | |
| download | jetpac.nes-9ae51a4c210b8f01718e21eda592c498715a642b.tar.gz jetpac.nes-9ae51a4c210b8f01718e21eda592c498715a642b.zip | |
Initial implementation for items
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à <mssola@mssola.com>
Diffstat (limited to 'src/assets.s')
| -rw-r--r-- | src/assets.s | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
