mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 21:34:20 +02:00
spaces in 4x4 text fix
This commit is contained in:
BIN
Binary file not shown.
+3
-5
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user