mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
Added joystick repetition for name entry.
This commit is contained in:
BIN
Binary file not shown.
+4
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user