X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=16%2Ffcsp2src%2Fsp2.asm;h=ee0f77f914801a14cdfb80dd8a7f8c2105b79d8a;hb=5af1604f7af6c1d1ab94299bfe6a4195b203a323;hp=c0e3a132958d697ce8fe0f56fc5c9c7383b4e4a2;hpb=64c9061cc919841ebc88c52646641c9c62c44180;p=16.git diff --git a/16/fcsp2src/sp2.asm b/16/fcsp2src/sp2.asm index c0e3a132..ee0f77f9 100755 --- a/16/fcsp2src/sp2.asm +++ b/16/fcsp2src/sp2.asm @@ -586,9 +586,9 @@ doit70 PROC NEAR mov di,OFFSET p00 call set3drot ;---add more text to 3d scroller - sub ds:textcnt,90;;;;SCROLLSPEED + sub word ptr ds:textcnt,90;;;;SCROLLSPEED jnc @@t1 - mov ds:textcnt,1023;;;;LETTERDOTSPACING*8-1 + mov word ptr ds:textcnt,1023;;;;LETTERDOTSPACING*8-1 mov si,ds:text mov bl,ds:[si] IFDEF XORTEXTS