]> 4ch.mooo.com Git - 16.git/commitdiff
i made that messy complex palette experiment noisy as fuck again
authorsparky4 <sparky4@cock.li>
Fri, 10 Feb 2017 17:58:45 +0000 (11:58 -0600)
committersparky4 <sparky4@cock.li>
Fri, 10 Feb 2017 17:58:45 +0000 (11:58 -0600)
src/lib/16_vlpal.c

index 02e522988812abeb0e718a29a5175d4cc13a0eb3..87664c77484038fb7a92f7fbae5587d20653e909 100755 (executable)
@@ -40,7 +40,7 @@ void modexchkcolor(imgtestpal_t *bmp, word *q, word *a, word *aa, word *z, word
                printf("wwwwwwwwwwwwwwww\n");\r
 #endif\r
                //check palette for dups\r
-               for(; (*z)<PAL_SIZE; (*z)+=3)\r
+               for(; (*z)<PAL_SIZE/24; (*z)+=3)\r
                {\r
 #ifdef BEVERBOSEPALCHECK\r
                        printf("\n              z: %d\n", (*z));//\r
@@ -167,7 +167,7 @@ VL_palette(imgtestpal_t *bmp, byte *p, word *i, word qp, word aqoffset)
        }\r
        if((*i)<PAL_SIZE && w==0)\r
        {\r
-               for(; (*i)<PAL_SIZE; (*i)++)\r
+               for(; (*i)<PAL_SIZE/24; (*i)++)\r
                {\r
                        //if(i%3==0 && (p[i+5]==p[i+4] && p[i+4]==p[i+3] && p[i+3]==p[i+2] && p[i+2]==p[i+1] && p[i+1]==p[i] && p[i+5]==p[i]))\r
 //____           if((qp>0)&&((*i)-q)%3==0 && (p[((*i)-q)]==p[((*i)-q)+3] && p[((*i)-q)+1]==p[((*i)-q)+4] && p[((*i)-q)+2]==p[((*i)-q)+5])) outp(PAL_DATA_REG, p[(*i)-q]); else\r