Added joystick repetition for name entry.

This commit is contained in:
Pecusx
2022-08-29 20:25:10 +02:00
parent 9b8476f9c1
commit 9f454d2eff
2 changed files with 4 additions and 1 deletions
BIN
View File
Binary file not shown.
+4 -1
View File
@@ -1296,10 +1296,13 @@ CharOK
CharacterFound CharacterFound
; now in X we have Character (index) on PositionInName ; now in X we have Character (index) on PositionInName
; wait for centered joy ; wait for centered joy
mva #128-15 pressTimer ; reset (trick)
@ lda STICK0 @ lda STICK0
and #$0f and #$0f
cmp #$0f cmp #$0f
bne @- beq checkjoy
bit pressTimer ; trick (no A change)
bpl @-
checkjoy checkjoy
lda STICK0 lda STICK0
and #$0f and #$0f