Merge branch 'master' of github.com:deater/dos33fsprogs

This commit is contained in:
Vince Weaver
2021-11-22 18:35:04 -05:00

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