diff options
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 |
