spaces in 4x4 text fix

This commit is contained in:
2022-08-18 08:43:05 -04:00
parent 39463ed0bb
commit ff1965a402
2 changed files with 3 additions and 5 deletions
BIN
View File
Binary file not shown.
+3 -5
View File
@@ -1571,14 +1571,12 @@ DOTNcharloop
mwa temp TextAddress mwa temp TextAddress
;find length of the tank's name ;find length of the tank's name
ldy #0 ldy #7
@ @
lda (temp),y lda (temp),y
beq end_found bne end_found
iny dey
cpy #8
bne @- bne @-
dey
end_found end_found
iny iny