From: sparky4 Date: Tue, 31 Mar 2015 03:36:13 +0000 (-0500) Subject: last one i promise~ X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=ab40c4c4e3a470df1236523a679677e4e17e41a7;p=16.git last one i promise~ modified: scroll.exe modified: src/scroll.c --- diff --git a/scroll.exe b/scroll.exe index c2ff4592..d0231e0b 100644 Binary files a/scroll.exe and b/scroll.exe differ diff --git a/src/scroll.c b/src/scroll.c index b5afdec5..6f535659 100644 --- a/src/scroll.c +++ b/src/scroll.c @@ -104,7 +104,7 @@ void main() { printf("Expanded memory manager is not present\n"); exit(0); } - + emsavail = emmavail(); if(emsavail == -1) { @@ -175,7 +175,7 @@ void main() { setkb(1); modexEnter(); - modexPalBlack(); + modexPalBlack(); //reset the palette~ ptmp.offset=(paloffset/3); modexPalUpdate(&ptmp, &paloffset, 0, 0); //printf(" %d\n", sizeof(ptmp.data)); @@ -185,10 +185,7 @@ void main() { gpal = modexNewPal(); modexPalSave(gpal); modexSavePalFile("data/g.pal", gpal); - modexPalBlack(); - //printf("wwww: %d\n", map.tiles->data->offset); - //printf("2: %d\n", paloffset); - //printf(" %d\n", sizeof(map.tiles->data->(*data))); + modexPalBlack(); //so player will not see loadings~ /* setup camera and screen~ */ screen = modexDefaultPage();