mist: touch up some things for release

fix the gear-open for re-used background
This commit is contained in:
Vince Weaver 2020-03-08 14:25:56 -04:00
parent 4010a84b9f
commit 6cc6f3440e
2 changed files with 8 additions and 5 deletions

View File

@ -432,6 +432,8 @@ check_gear_delete:
lda LOCATION
cmp #4
beq gear_look1
cmp #3
beq gear_look2
cmp #20
beq gear_look2
cmp #5

View File

@ -52,12 +52,13 @@ mist_start:
sta CLOCK_HOUR
jsr clock_inside_reset
; lda #0
; sta GEAR_OPEN
lda #1
lda #0
sta GEAR_OPEN
jsr open_the_gear
; debug
; lda #1
; sta GEAR_OPEN
; jsr open_the_gear
not_first_time: