From 0888a5cbf5595466907acd904ec8a3b449d0a111 Mon Sep 17 00:00:00 2001 From: 4am Date: Mon, 22 Aug 2022 22:28:54 -0400 Subject: [PATCH] fix charmask confusion --- src/4cade.init.a | 1 - src/proboothd/proboothd.a | 8 +++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/4cade.init.a b/src/4cade.init.a index e25c308..6f9ced8 100644 --- a/src/4cade.init.a +++ b/src/4cade.init.a @@ -51,7 +51,6 @@ dey bpl - - ; TODO make this true again ; proboothd duplicates the above code and jumps here, ; so if you make any changes before this comment, you ; MUST adjust the final JMP in src/proboothd/proboothd.a diff --git a/src/proboothd/proboothd.a b/src/proboothd/proboothd.a index 9a19a6c..af47dc3 100644 --- a/src/proboothd/proboothd.a +++ b/src/proboothd/proboothd.a @@ -47,12 +47,14 @@ cmp #$06 beq + lda #$DF - sta @mask+1 -+ ldy #15 + !byte $2C ++ lda #$FF + sta $F1 + ldy #15 - lda II-1,y cmp #$E1 bcc + -@mask and #$FF ; SMC + and $F1 + sta $070C-1,y dey bne -