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: