mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
Lazy Boy works well with joystick (more testing needed)
This commit is contained in:
BIN
Binary file not shown.
BIN
Binary file not shown.
+1
-1
@@ -1136,6 +1136,7 @@ ContinueToCheckMaxForce2
|
|||||||
; $f3 - shift+key
|
; $f3 - shift+key
|
||||||
|
|
||||||
notpressed
|
notpressed
|
||||||
|
ldx TankNr ; for optimize
|
||||||
; Select and Option
|
; Select and Option
|
||||||
lda CONSOL
|
lda CONSOL
|
||||||
tay
|
tay
|
||||||
@@ -1206,7 +1207,6 @@ NoSpyHard
|
|||||||
jsr WaitForKeyRelease
|
jsr WaitForKeyRelease
|
||||||
jmp BeforeFire
|
jmp BeforeFire
|
||||||
@
|
@
|
||||||
ldx TankNr ; for optimize
|
|
||||||
cmp #$80|@kbcode._up
|
cmp #$80|@kbcode._up
|
||||||
jeq CTRLPressedUp
|
jeq CTRLPressedUp
|
||||||
cmp #$80|@kbcode._down
|
cmp #$80|@kbcode._down
|
||||||
|
|||||||
Reference in New Issue
Block a user