First letter in name bugfix and better Start+Option :)

This commit is contained in:
Pecusx
2022-08-24 20:55:17 +02:00
parent abb0bc52fb
commit 378fae3361
3 changed files with 7 additions and 5 deletions
+4 -4
View File
@@ -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