From: uz Date: Fri, 6 Nov 2009 12:08:25 +0000 (+0000) Subject: Changed a comment. X-Git-Tag: V2.13.1~78 X-Git-Url: https://git.sur5r.net/?p=cc65;a=commitdiff_plain;h=24e68f5df350b77fc4692f329e21e45905c38cc0 Changed a comment. git-svn-id: svn://svn.cc65.org/cc65/trunk@4451 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/tgi/tgi_vectorchar.s b/libsrc/tgi/tgi_vectorchar.s index 21fded167..3c171e9d7 100644 --- a/libsrc/tgi/tgi_vectorchar.s +++ b/libsrc/tgi/tgi_vectorchar.s @@ -84,7 +84,7 @@ Loop: lda _tgi_textscalew+0 adc _tgi_cury+1 sta Y2+1 -; Do the actual operation +; Draw, then move - or just move bit Flag bpl @Move ; Jump if move only