Multiple joysticks support added. #142

And small barrel rotate bug fixed.
This commit is contained in:
Pecusx
2022-11-18 23:55:14 +01:00
parent dedfd7a248
commit 2fb40c444f
4 changed files with 27 additions and 17 deletions
+3 -3
View File
@@ -1371,8 +1371,8 @@ pressedLeft
INC AngleTable,x
lda AngleTable,x
cmp #180
jne BeforeFire
lda #1
jcc BeforeFire
lda #0
sta AngleTable,x
jmp BeforeFire
@@ -1387,7 +1387,7 @@ CTRLPressedLeft
sta AngleTable,x
cmp #180-4
jcc BeforeFire
lda #1
lda #0
sta AngleTable,x
jmp BeforeFire