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
+3 -5
View File
@@ -1571,14 +1571,12 @@ DOTNcharloop
mwa temp TextAddress
;find length of the tank's name
ldy #0
ldy #7
@
lda (temp),y
beq end_found
iny
cpy #8
bne end_found
dey
bne @-
dey
end_found
iny