mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-27 17:29:49 +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
|
||||
lda TRUNK_STATE
|
||||
and #~(TRUNK_LID_OPEN)
|
||||
and #<~(TRUNK_LID_OPEN)
|
||||
sta TRUNK_STATE
|
||||
|
||||
jsr update_pump_state
|
||||
|
@ -1493,7 +1493,7 @@ goto_trunk:
|
||||
|
||||
pickup_floor_key:
|
||||
lda TRUNK_STATE
|
||||
and #~TRUNK_KEY_ON_FLOOR
|
||||
and #<(~TRUNK_KEY_ON_FLOOR)
|
||||
sta TRUNK_STATE
|
||||
|
||||
lda #HOLDING_KEY
|
||||
|
Loading…
Reference in New Issue
Block a user