mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-28 09:30:41 +00:00
mist: touch up some things for release
fix the gear-open for re-used background
This commit is contained in:
parent
4010a84b9f
commit
6cc6f3440e
@ -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
|
||||
|
11
mist/mist.s
11
mist/mist.s
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user