From ab40c4c4e3a470df1236523a679677e4e17e41a7 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Mon, 30 Mar 2015 22:36:13 -0500 Subject: [PATCH] last one i promise~ modified: scroll.exe modified: src/scroll.c --- scroll.exe | Bin 64853 -> 64853 bytes src/scroll.c | 9 +++------ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/scroll.exe b/scroll.exe index c2ff459259f718e8a8f4096e7e33549d74e2d1cb..d0231e0ba4650999b89572f2f208219ab98dc502 100644 GIT binary patch delta 16 Ycmccmi}~s=<_%LnGBR(T_HjQq08q;a;{X5v delta 16 Ycmccmi}~s=<_%LnGO}%+_HjQq08rfs<^TWy 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(); -- 2.39.5