]> 4ch.mooo.com Git - 16.git/commitdiff
new file: data/44606385.png
authorsparky4 <sparky4@cock.li>
Fri, 28 Nov 2014 22:22:00 +0000 (16:22 -0600)
committersparky4 <sparky4@cock.li>
Fri, 28 Nov 2014 22:22:00 +0000 (16:22 -0600)
new file:   data/ptmp1.pcx
new file:   ptmp1.pcx
modified:   scroll.exe
modified:   src/scroll.c

data/44606385.png [new file with mode: 0644]
data/ptmp1.pcx [new file with mode: 0644]
ptmp1.pcx [new file with mode: 0644]
scroll.exe
src/scroll.c

diff --git a/data/44606385.png b/data/44606385.png
new file mode 100644 (file)
index 0000000..eb94f8a
Binary files /dev/null and b/data/44606385.png differ
diff --git a/data/ptmp1.pcx b/data/ptmp1.pcx
new file mode 100644 (file)
index 0000000..6db8e44
Binary files /dev/null and b/data/ptmp1.pcx differ
diff --git a/ptmp1.pcx b/ptmp1.pcx
new file mode 100644 (file)
index 0000000..6db8e44
Binary files /dev/null and b/ptmp1.pcx differ
index 8bd5e21e876adf05d5f7240e214a5e2a4dabf7c4..e7fd4e6c52b5b8aef1c4d1f12fbc395b44812b7b 100644 (file)
Binary files a/scroll.exe and b/scroll.exe differ
index 2c4cbd7ee6f15109dce7670a207bbf84dacabc36..7e7155400ea5e5021c2cc8fb0a4d4701738a9d33 100644 (file)
@@ -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;