mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +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
|
lda kbcode
|
||||||
cmp #28 ; ESC
|
cmp #28 ; ESC
|
||||||
bne @+
|
bne @+
|
||||||
jsr AreYouSure
|
jsr AreYouSure
|
||||||
bit escFlag
|
@ lda escFlag
|
||||||
spl:rts
|
seq:rts ; keys Esc or O
|
||||||
@
|
|
||||||
|
|
||||||
jmp AfterManualShooting
|
jmp AfterManualShooting
|
||||||
|
|
||||||
|
|||||||
BIN
Binary file not shown.
+3
-1
@@ -1111,7 +1111,9 @@ LastNameChar
|
|||||||
lda #$80 ; place cursor on the end
|
lda #$80 ; place cursor on the end
|
||||||
sta NameAdr,y
|
sta NameAdr,y
|
||||||
dey
|
dey
|
||||||
sty PositionInName
|
bpl @+
|
||||||
|
iny ; if old name is empty or first time entering
|
||||||
|
@ sty PositionInName
|
||||||
|
|
||||||
|
|
||||||
CheckKeys
|
CheckKeys
|
||||||
|
|||||||
Reference in New Issue
Block a user