peasant: fix build with newer ca65

doesn't like negative constants
This commit is contained in:
Vince Weaver 2021-11-22 10:06:55 -05:00
parent 1323aa8f72
commit df13b27efd

View File

@ -53,7 +53,7 @@ kerrek_alive_not_there:
kerrek_not_there:
lda KERREK_STATE
and #(~KERREK_ONSCREEN)
and #<(~KERREK_ONSCREEN)
sta KERREK_STATE
rts