peasant: work around silly bug in ca65

This commit is contained in:
Vince Weaver 2021-11-01 00:16:11 -04:00
parent f95efa1a13
commit 3a5b83a304
1 changed files with 1 additions and 1 deletions

View File

@ -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