diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-03-20 09:54:25 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-03-20 12:48:17 +0100 |
| commit | 8f7b8ce3335404badc276445d899372839cdde71 (patch) | |
| tree | c5422f80bc9e13f927965bfa655dd29d6bec5942 /src/assets.s | |
| parent | 01f92b866eb4610b8d12008ea3389ac56052d20a (diff) | |
| download | jetpac.nes-8f7b8ce3335404badc276445d899372839cdde71.tar.gz jetpac.nes-8f7b8ce3335404badc276445d899372839cdde71.zip | |
Add support for the SUSE coin
This is a coin that appears after going through a first cycle of levels
and that allows the player to get a different game over screen than
usual.
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 cfcddbf..26f6546 100644 --- a/src/assets.s +++ b/src/assets.s @@ -180,7 +180,7 @@ ;; 2: enemy 2, fuel & bonuses .byte $0F, $16, $24, $28 ;; 3: SUSE easter egg - .byte $0F, $16, $10, $2B + .byte $0F, $16, $1B, $2B .endproc ;; Having 2KB for screen data is quite wasteful, but since it's such a |
