]> git.sur5r.net Git - cc65/blobdiff - libsrc/tgi/tgi_textwidth.s
Fixed a typo.
[cc65] / libsrc / tgi / tgi_textwidth.s
index 8564b18a158e80f2dee65f6367eb12e12ea5a96b..b75468114c6ba91dd232bc9a9d4ca267104a8340 100644 (file)
@@ -41,7 +41,7 @@ Text    := ptr3
         jsr     _strlen
         jsr     umul8x16r16
         ldy     _tgi_textscalew+2       ; Get rounded scale factor
-        sta     ptr1
+        sty     ptr1
         jmp     umul8x16r16
 
 ; Return the width of the string for the vector font. To save some code, we