mist: update clock bridge state when re-entering level

This commit is contained in:
Vince Weaver 2020-03-24 00:36:53 -04:00
parent 16103208dc
commit fb46732075
2 changed files with 7 additions and 3 deletions

View File

@ -13,7 +13,7 @@ clock_inside_reset:
;======================
; handle the clock iside puzzle
; handle the clock inside puzzle
clock_inside_puzzle:
@ -299,7 +299,6 @@ lower_bridge:
sta location11+1,Y ; MIST_CLOCK
done_clock_bridge:
jsr change_location
rts
@ -394,6 +393,10 @@ bridge_adjust:
jsr raise_bridge
; update the background
jsr change_location
clock_puzzle_done:
rts

View File

@ -39,7 +39,8 @@ mist_start:
lda #1
sta CURSOR_VISIBLE ; visible at first
; init the clock bridge
jsr raise_bridge
game_loop:
;=================