From: sparky4 Date: Fri, 26 Jun 2015 18:42:33 +0000 (-0500) Subject: wwww X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=4e89dfc14f40f8f7a7c1deab29b3e6b4730308d0;p=16.git wwww modified: 16.LIB modified: 16.exe modified: maptest.exe modified: maptest0.exe modified: palettec.exe modified: pcxtest.exe modified: scroll.exe modified: src/scroll.c modified: test.exe modified: test2.exe --- diff --git a/16.LIB b/16.LIB index 29645ba8..33cc1111 100644 Binary files a/16.LIB and b/16.LIB differ diff --git a/16.exe b/16.exe index ae70cf09..67be5757 100644 Binary files a/16.exe and b/16.exe differ diff --git a/maptest.exe b/maptest.exe index 9d02cb1c..39a61dba 100644 Binary files a/maptest.exe and b/maptest.exe differ diff --git a/maptest0.exe b/maptest0.exe index c74a7d82..815756c6 100644 Binary files a/maptest0.exe and b/maptest0.exe differ diff --git a/palettec.exe b/palettec.exe index 31612103..be132ced 100644 Binary files a/palettec.exe and b/palettec.exe differ diff --git a/pcxtest.exe b/pcxtest.exe index 63398906..86dc0e75 100644 Binary files a/pcxtest.exe and b/pcxtest.exe differ diff --git a/scroll.exe b/scroll.exe index 88867163..81bf2fa2 100644 Binary files a/scroll.exe and b/scroll.exe differ diff --git a/src/scroll.c b/src/scroll.c index ea72555b..30032eef 100644 --- a/src/scroll.c +++ b/src/scroll.c @@ -568,7 +568,6 @@ void main() { if(keyp(2)){ modexShowPage(bg->page); panpagenum=0; } if(keyp(3)){ modexShowPage(spri->page); panpagenum=1; } if(keyp(4)){ modexShowPage(mask->page); panpagenum=2; } - if(keyp(0x44)){ bputs(spri->page, player.x+(TILEWH*2), player.y+(TILEWH*2), "wwww"); } //f10 if(keyp(25)){ pdump(bg); pdump(spri); } //p if(keyp(24)){ modexPalUpdate0(gpal); paloffset=0; pdump(bg); pdump(spri); } if(keyp(22)){ @@ -902,7 +901,7 @@ mapDrawCol(map_view_t *mv, int tx, int ty, word x) { /* location in the map array */ i=ty * mv->map->width + tx; - /* We'll copy all of the columns in the screen, + /* We'll copy all of the columns in the screen, i + 1 row above and one below */ for(y=0; ydyThresh && ty < mv->map->height; y+=mv->map->tiles->tileHeight, ty++) { if(i>=0) { diff --git a/test.exe b/test.exe index cf0005e2..6097e1df 100644 Binary files a/test.exe and b/test.exe differ diff --git a/test2.exe b/test2.exe index c19556ff..6cda8f02 100644 Binary files a/test2.exe and b/test2.exe differ