Fire button fixed

This commit is contained in:
Pecusx
2023-10-26 16:19:55 +02:00
parent 1d31b63ecf
commit c8e671ffb8
2 changed files with 4 additions and 0 deletions
BIN
View File
Binary file not shown.
+4
View File
@@ -1313,6 +1313,8 @@ NoVdebugSwitch
jeq pressedRight
cmp #@kbcode._space ; $21
jeq pressedSpace
cmp #@kbcode._ret ; Fire (Joy)
jeq pressedSpace
cmp #@kbcode._tab ; $2c
jeq pressedTAB
cmp #@kbcode._M ; $25 ; M
@@ -2739,6 +2741,8 @@ notpressed
jeq pressedRight
cmp #@kbcode._space ; $21
jeq pressedSpace
cmp #@kbcode._ret ; Fire (Joy)
jeq pressedSpace
jmp notpressed
pressedRight