From: sparky4 Date: Fri, 19 Jun 2015 04:24:53 +0000 (-0500) Subject: wwww X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=740ff188abdd2f0af303bad47590281447c1729b;p=16.git wwww modified: data/g.pal modified: scroll.exe modified: src/scroll.c --- diff --git a/data/g.pal b/data/g.pal index a234f82c..cf668e35 100644 Binary files a/data/g.pal and b/data/g.pal differ diff --git a/scroll.exe b/scroll.exe index de46944b..8a208661 100644 Binary files a/scroll.exe and b/scroll.exe differ diff --git a/src/scroll.c b/src/scroll.c index 9bd16184..39990d1f 100644 --- a/src/scroll.c +++ b/src/scroll.c @@ -184,7 +184,7 @@ void main() { //printf(" %d\n", sizeof(ptmp.data)); //printf("1: %d\n", paloffset); map.tiles->data->offset=(paloffset/3); - modexPalUpdate(map.tiles->data, &paloffset, 0, 0); + //XTmodexPalUpdate(map.tiles->data, &paloffset, 0, 0); printf("\n====\n"); printf("0 paloffset= %d\n", paloffset/3); printf("====\n\n"); @@ -956,5 +956,6 @@ animatePlayer(map_view_t *src, map_view_t *dest, /*map_view_t *top, */sword d, s //modexClearRegion(top->page, 66, 66, 2, 40, 0); //modexCopyPageRegion(dest->page, top->page, 66, 66, 66, 66, 2, 40); //turn this off if XT - if(detectcpu() > 0) modexWaitBorder(); + //XTif(detectcpu() > 0) + modexWaitBorder(); }