mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-24 11:29:18 +00:00
peasant: work around silly bug in ca65
This commit is contained in:
parent
f95efa1a13
commit
3a5b83a304
@ -803,7 +803,7 @@ well_turn_crank_baby_in:
|
||||
; take baby from well
|
||||
|
||||
lda GAME_STATE_0
|
||||
and #~BABY_IN_WELL
|
||||
and #<(~BABY_IN_WELL)
|
||||
sta GAME_STATE_0
|
||||
|
||||
ldx #<well_turn_crank_baby2_message
|
||||
|
Loading…
x
Reference in New Issue
Block a user