mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 06:39:40 +02:00
First letter in name bugfix and better Start+Option :)
This commit is contained in:
+4
-4
@@ -577,10 +577,10 @@ RoboTanks
|
||||
lda kbcode
|
||||
cmp #28 ; ESC
|
||||
bne @+
|
||||
jsr AreYouSure
|
||||
bit escFlag
|
||||
spl:rts
|
||||
@
|
||||
jsr AreYouSure
|
||||
@ lda escFlag
|
||||
seq:rts ; keys Esc or O
|
||||
|
||||
|
||||
jmp AfterManualShooting
|
||||
|
||||
|
||||
Reference in New Issue
Block a user