]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/modex16.c
sfsaf saf as
[16.git] / src / lib / modex16.c
index 798c9aee620d301092c95943d350f0570097abed..ea059d82d2c58837413e8dba0e2adc643c697cdb 100755 (executable)
@@ -616,7 +616,7 @@ modexDrawSpriteRegion(page_t *page, int x, int y,
                 MOV AX, height          ; start the row counter\r
                 MOV rowCounter, AX      ;\r
                 MOV DI, poffset         ; go to the first pixel\r
-                MOV DI, bmpOffset       ; go to the bmp pixel\r
+                MOV SI, bmpOffset       ; go to the bmp pixel\r
         ROW_LOOP:\r
                 MOV CX, width           ; count the columns\r
         SCAN_LOOP:\r