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
+3 -1
View File
@@ -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