From: sparky4 Date: Tue, 10 Nov 2015 22:23:56 +0000 (-0600) Subject: fack it X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=4d25b8cc63c6f23600e6c6f7f1df8d58153bbf9b;hp=c31f40086cb2e1c3d316eed0283210766c7ed5c2;p=16.git fack it --- diff --git a/16.exe b/16.exe index dd284019..b9870853 100755 Binary files a/16.exe and b/16.exe differ diff --git a/bakapi.exe b/bakapi.exe index 1a507b42..ac161f8c 100755 Binary files a/bakapi.exe and b/bakapi.exe differ diff --git a/exmmtest.exe b/exmmtest.exe index e04ac20f..6b0c7126 100755 Binary files a/exmmtest.exe and b/exmmtest.exe differ diff --git a/fmemtest.exe b/fmemtest.exe index 7a35aaf9..f9f137f9 100755 Binary files a/fmemtest.exe and b/fmemtest.exe differ diff --git a/fontgfx.exe b/fontgfx.exe index 4843f2a6..0059951a 100755 Binary files a/fontgfx.exe and b/fontgfx.exe differ diff --git a/fonttest.exe b/fonttest.exe index 256aed67..1cb340c7 100755 Binary files a/fonttest.exe and b/fonttest.exe differ diff --git a/inputest.exe b/inputest.exe index caf53e60..ee9f5ae1 100755 Binary files a/inputest.exe and b/inputest.exe differ diff --git a/maptest.exe b/maptest.exe index de6f3ac2..b9ff97de 100755 Binary files a/maptest.exe and b/maptest.exe differ diff --git a/palettec.exe b/palettec.exe index c380c0df..d404ae15 100755 Binary files a/palettec.exe and b/palettec.exe differ diff --git a/palettel.exe b/palettel.exe index 6ec2033d..6d664006 100755 Binary files a/palettel.exe and b/palettel.exe differ diff --git a/pcxtest.exe b/pcxtest.exe index 78be0c41..d2e447ab 100755 Binary files a/pcxtest.exe and b/pcxtest.exe differ diff --git a/pcxtest2.exe b/pcxtest2.exe index 86c4cc55..d46bc2cd 100755 Binary files a/pcxtest2.exe and b/pcxtest2.exe differ diff --git a/planrpcx.exe b/planrpcx.exe index f44cb642..4dbcc1ab 100755 Binary files a/planrpcx.exe and b/planrpcx.exe differ diff --git a/scroll.exe b/scroll.exe index 506dfd15..bbf5fb87 100755 Binary files a/scroll.exe and b/scroll.exe differ diff --git a/src/lib/scroll16.c b/src/lib/scroll16.c index 2bdb28f3..4d94e86c 100755 --- a/src/lib/scroll16.c +++ b/src/lib/scroll16.c @@ -488,8 +488,8 @@ mapDrawTile(tiles_t *t, word i, page_t *page, word x, word y) modexClearRegion(page, x, y, t->tileWidth, t->tileHeight, ((t->debug_data[i])+1)); //cannot print number value du to it being slow as bakapee #else - PBUFBFUN(page, x, y, rx, ry, t->tileWidth, t->tileHeight, (t->data)); - //modexDrawBmpRegion(page, x, y, rx, ry, t->tileWidth, t->tileHeight, (t->btdata)); + PBUFBFUN (page, x, y, rx, ry, t->tileWidth, t->tileHeight, (t->data)); + //modexDrawBmpRegion (page, x, y, rx, ry, t->tileWidth, t->tileHeight, (t->data)); #endif break; case 1: diff --git a/test.exe b/test.exe index f7ccbf37..30545c1f 100755 Binary files a/test.exe and b/test.exe differ diff --git a/test2.exe b/test2.exe index 6c5a166f..6cddf533 100755 Binary files a/test2.exe and b/test2.exe differ diff --git a/tesuto.exe b/tesuto.exe index e475c0f0..6dbf027e 100755 Binary files a/tesuto.exe and b/tesuto.exe differ diff --git a/vgmtest.exe b/vgmtest.exe index 335f9668..343c65b4 100755 Binary files a/vgmtest.exe and b/vgmtest.exe differ