From 6cc6f3440e5e7d90ab5338c1fe2804bae97392e4 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Sun, 8 Mar 2020 14:25:56 -0400 Subject: [PATCH] mist: touch up some things for release fix the gear-open for re-used background --- mist/clock_bridge_puzzle.s | 2 ++ mist/mist.s | 11 ++++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/mist/clock_bridge_puzzle.s b/mist/clock_bridge_puzzle.s index 49738d58..8fd2e830 100644 --- a/mist/clock_bridge_puzzle.s +++ b/mist/clock_bridge_puzzle.s @@ -432,6 +432,8 @@ check_gear_delete: lda LOCATION cmp #4 beq gear_look1 + cmp #3 + beq gear_look2 cmp #20 beq gear_look2 cmp #5 diff --git a/mist/mist.s b/mist/mist.s index c988b5a3..4a7f6ea9 100644 --- a/mist/mist.s +++ b/mist/mist.s @@ -52,12 +52,13 @@ mist_start: sta CLOCK_HOUR jsr clock_inside_reset -; lda #0 -; sta GEAR_OPEN - - lda #1 + lda #0 sta GEAR_OPEN - jsr open_the_gear + +; debug +; lda #1 +; sta GEAR_OPEN +; jsr open_the_gear not_first_time: