mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
Fire button fixed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user