Better numers in default tank names

This commit is contained in:
Pecusx
2023-05-25 08:47:58 +02:00
parent 10ecbeac26
commit 1edf0d5a1e
5 changed files with 4 additions and 0 deletions
+2
View File
@@ -1279,10 +1279,12 @@ MakeDefaultName
@ lda (temp2),y
and #$7f ; remove inverse
sta tanksnames,x
beq MakeNumber ; first space found :)
inx
iny
cpy #8
bne @-
MakeNumber
ldy tanknr
lda digits+1,y
sta tanksnames,x
+2
View File
@@ -201,10 +201,12 @@ MakeDefaultName
@ lda (temp2),y
and #$7f ; remove inverse
sta tanksnames,x
beq MakeNumber ; first space found :)
inx
iny
cpy #8
bne @-
MakeNumber
ldy tanknr
lda digits+1,y
sta tanksnames,x
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.