Fix zeropage fault screen output

This commit is contained in:
s3lph 2022-02-07 23:10:54 +01:00
parent 8311242f70
commit d36ac815fe

View file

@ -56,11 +56,11 @@ zeroloopFF:
sty scrptr+2
sta scrptr+3
lda $00,Y
sta scrptr+3
sta scrptr+4
ldx #"Z"
stx scrptr+4
ldx #"F"
stx scrptr+5
ldx #"F"
stx scrptr+6
jmp done
zerookFF:
iny