mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-08 03:31:10 +00:00
peasant: fix build with newer ca65
doesn't like negative constants
This commit is contained in:
parent
1323aa8f72
commit
df13b27efd
@ -53,7 +53,7 @@ kerrek_alive_not_there:
|
||||
|
||||
kerrek_not_there:
|
||||
lda KERREK_STATE
|
||||
and #(~KERREK_ONSCREEN)
|
||||
and #<(~KERREK_ONSCREEN)
|
||||
sta KERREK_STATE
|
||||
rts
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user