diff --git a/scorch.xex b/scorch.xex index 77740f6..06e314d 100644 Binary files a/scorch.xex and b/scorch.xex differ diff --git a/textproc.asm b/textproc.asm index 5d726c9..c58b447 100644 --- a/textproc.asm +++ b/textproc.asm @@ -1296,10 +1296,13 @@ CharOK CharacterFound ; now in X we have Character (index) on PositionInName ; wait for centered joy + mva #128-15 pressTimer ; reset (trick) @ lda STICK0 and #$0f cmp #$0f - bne @- + beq checkjoy + bit pressTimer ; trick (no A change) + bpl @- checkjoy lda STICK0 and #$0f