mist: fix to remember gear open state after returning

This commit is contained in:
Vince Weaver 2020-03-24 00:50:05 -04:00
parent edce8d9c4c
commit 520635437f
2 changed files with 7 additions and 0 deletions

View File

@ -428,6 +428,9 @@ gear_block_sprite3:
check_gear_delete:
; all views of gear are when looking north?
lda DIRECTION
cmp #DIRECTION_N
bne done_gear_delete

View File

@ -42,6 +42,10 @@ mist_start:
; init the clock bridge
jsr raise_bridge
; init the gear
jsr open_the_gear
game_loop:
;=================
; reset things