X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fgamescr.c;h=8ce610e0c00ee6e268300567505c46ae2801f16a;hb=9e57d947e341a9e2ccfe3726d1f894ad021ff46f;hp=1e715bfcb4f0a3be050fb2b7b027c3cf49a70a56;hpb=89d3ade57e85addac5eab0f3e8a795f23d518944;p=gbajam21 diff --git a/src/gamescr.c b/src/gamescr.c index 1e715bf..8ce610e 100644 --- a/src/gamescr.c +++ b/src/gamescr.c @@ -43,7 +43,10 @@ void gamescr(void) bot = vram[backbuf] + 159 * 240 / 2; tunptr = tunmap; for(i=0; i<80; i++) { - for(j=0; j<240/2; j++) { + top++; + bot++; + tunptr++; + for(j=1; j<240/2; j++) { uint16_t pptop, ppbot; tun = *tunptr++;