mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 21:34:20 +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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user