diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-04-05 22:36:01 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-04-05 22:36:01 +0200 |
| commit | 193231c11e89bdec2e027a1ea6822281df2bf6bf (patch) | |
| tree | b417ba4c12c90a4789a939722ed2d5fa8b0492b6 /src/items.s | |
| parent | a9b64a7138a7a7ecc08822b5c75cf406b2b76274 (diff) | |
| download | jetpac.nes-193231c11e89bdec2e027a1ea6822281df2bf6bf.tar.gz jetpac.nes-193231c11e89bdec2e027a1ea6822281df2bf6bf.zip | |
Let SUSE's coin to appear at stage 16
We want every shuttle kind to appear at least once before rewarding the
player with the coin.
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'src/items.s')
| -rw-r--r-- | src/items.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/items.s b/src/items.s index 86d9b2b..fb6514d 100644 --- a/src/items.s +++ b/src/items.s @@ -215,7 +215,7 @@ ;; If we have finished the game once, and we have not collected the ;; SUSE's coin yet, let it be. lda Globals::zp_level - cmp #8 + cmp #16 bne @invalidate_third lda Items::zp_state and #$04 |
