mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-29 00:31:52 +00:00
mist: fix to compile on newer versions of ca65
This commit is contained in:
parent
3e3511e429
commit
586fefee3d
@ -313,7 +313,7 @@ not_holding_key:
|
|||||||
|
|
||||||
; close lid
|
; close lid
|
||||||
lda TRUNK_STATE
|
lda TRUNK_STATE
|
||||||
and #~(TRUNK_LID_OPEN)
|
and #<~(TRUNK_LID_OPEN)
|
||||||
sta TRUNK_STATE
|
sta TRUNK_STATE
|
||||||
|
|
||||||
jsr update_pump_state
|
jsr update_pump_state
|
||||||
|
@ -1493,7 +1493,7 @@ goto_trunk:
|
|||||||
|
|
||||||
pickup_floor_key:
|
pickup_floor_key:
|
||||||
lda TRUNK_STATE
|
lda TRUNK_STATE
|
||||||
and #~TRUNK_KEY_ON_FLOOR
|
and #<(~TRUNK_KEY_ON_FLOOR)
|
||||||
sta TRUNK_STATE
|
sta TRUNK_STATE
|
||||||
|
|
||||||
lda #HOLDING_KEY
|
lda #HOLDING_KEY
|
||||||
|
Loading…
Reference in New Issue
Block a user