mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +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
|
||||
|
||||
;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
|
||||
|
||||
Reference in New Issue
Block a user