mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-08-10 06:25:04 +00:00
mist: fix to remember gear open state after returning
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user