mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-27 17:29:49 +00:00
mist: clock puzzle, had the hour/minute valves reversed
the myst speedrun people reported this bug
This commit is contained in:
parent
2885ca7da5
commit
943493941a
@ -1,6 +1,6 @@
|
||||
; note, the clock is a bit different in the real game
|
||||
; can't see face when pressing buttons
|
||||
; and the way the hands move is a bit more complex
|
||||
; and the way the hands move is a bit more complex (or is it?)
|
||||
|
||||
;======================
|
||||
; reset the puzzle inside the clock
|
||||
@ -383,10 +383,10 @@ done_draw_clock_face:
|
||||
clock_puzzle:
|
||||
lda CURSOR_X
|
||||
cmp #19
|
||||
bcc clock_puzzle_hours ; blt
|
||||
bcc clock_puzzle_minutes ; blt
|
||||
|
||||
cmp #24
|
||||
bcc clock_puzzle_minutes ; blt
|
||||
bcc clock_puzzle_hours ; blt
|
||||
bcs clock_puzzle_button ; bge
|
||||
|
||||
clock_puzzle_hours:
|
||||
|
Loading…
Reference in New Issue
Block a user