mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-04-03 22:30:11 +00:00
mist: fix to remember gear open state after returning
This commit is contained in:
parent
edce8d9c4c
commit
520635437f
@ -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
|
||||
|
@ -42,6 +42,10 @@ mist_start:
|
||||
; init the clock bridge
|
||||
jsr raise_bridge
|
||||
|
||||
; init the gear
|
||||
jsr open_the_gear
|
||||
|
||||
|
||||
game_loop:
|
||||
;=================
|
||||
; reset things
|
||||
|
Loading…
x
Reference in New Issue
Block a user