From: sparky4 Date: Fri, 28 Nov 2014 22:22:00 +0000 (-0600) Subject: new file: data/44606385.png X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=8ba3c27061a77cbfe8aa25dad6dfe5015654e365;p=16.git new file: data/44606385.png new file: data/ptmp1.pcx new file: ptmp1.pcx modified: scroll.exe modified: src/scroll.c --- diff --git a/data/44606385.png b/data/44606385.png new file mode 100644 index 00000000..eb94f8a5 Binary files /dev/null and b/data/44606385.png differ diff --git a/data/ptmp1.pcx b/data/ptmp1.pcx new file mode 100644 index 00000000..6db8e44f Binary files /dev/null and b/data/ptmp1.pcx differ diff --git a/ptmp1.pcx b/ptmp1.pcx new file mode 100644 index 00000000..6db8e44f Binary files /dev/null and b/ptmp1.pcx differ diff --git a/scroll.exe b/scroll.exe index 8bd5e21e..e7fd4e6c 100644 Binary files a/scroll.exe and b/scroll.exe differ diff --git a/src/scroll.c b/src/scroll.c index 2c4cbd7e..7e715540 100644 --- a/src/scroll.c +++ b/src/scroll.c @@ -87,7 +87,7 @@ void main() { /* draw the tiles */ ptr = map.data; /*data\\*/ - ptmp = bitmapLoadPcx("ptmp.pcx"); // load sprite + ptmp = bitmapLoadPcx("ptmp1.pcx"); // load sprite setkb(1); modexEnter(); modexPalUpdate(ptmp.palette); @@ -340,7 +340,8 @@ break; printf("player.triggy: %d\n", player.triggery); printf("dxThresh: %d\n", bg->dxThresh); printf("dyThresh: %d\n", bg->dyThresh); - printf("temporary player sprite http://www.pixiv.net/member_illust.php?mode=medium&illust_id=45556867\n"); + printf("temporary player sprite 0: http://www.pixiv.net/member_illust.php?mode=medium&illust_id=45556867\n"); + printf("temporary player sprite 1: http://www.pixiv.net/member_illust.php?mode=medium&illust_id=44606385\n"); switch(detectcpu()) { case 0: cpus = "8086/8088 or 186/88"; break;