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:
+3
-1
@@ -1111,7 +1111,9 @@ LastNameChar
|
||||
lda #$80 ; place cursor on the end
|
||||
sta NameAdr,y
|
||||
dey
|
||||
sty PositionInName
|
||||
bpl @+
|
||||
iny ; if old name is empty or first time entering
|
||||
@ sty PositionInName
|
||||
|
||||
|
||||
CheckKeys
|
||||
|
||||
Reference in New Issue
Block a user