]> 4ch.mooo.com Git - 16.git/commitdiff
ok!!
authorsparky4 <sparky4@cock.li>
Wed, 29 Jul 2015 18:25:19 +0000 (13:25 -0500)
committersparky4 <sparky4@cock.li>
Wed, 29 Jul 2015 18:25:19 +0000 (13:25 -0500)
modified:   16.hed
modified:   scroll.exe
modified:   src/scroll.c

16.hed
scroll.exe
src/scroll.c

diff --git a/16.hed b/16.hed
index ae69cb9eb592fe03ed0490a40a2565ee820e53cd..9fe459299af93f00829c4175b235ff20aec889d4 100644 (file)
Binary files a/16.hed and b/16.hed differ
index 2a0bc78eb24fcaf4a480cdd6960c7dd536d9c971..c1c2dab8bd2562a63cff01713450ef9e905bb7bd 100644 (file)
Binary files a/scroll.exe and b/scroll.exe differ
index 31cfed72ecbaec0dc397400c6c5e025f992f6a4f..6f2b78012fab9894730ff5e7358fb76f211dba07 100644 (file)
@@ -84,9 +84,9 @@ void main()
        printf("Total free @ before map load:                   %zu\n", GetFreeSize());
        printf("Total far free @ before map load:                       %zu\n", GetFarFreeSize());
        getch();
-       fprintf(stderr, "testing~\n");
-       loadmap("data/test.map", &map);
-       fprintf(stderr, "yay map loaded~~\n");
+//0000 fprintf(stderr, "testing~\n");
+//     loadmap("data/test.map", &map);
+//0000 fprintf(stderr, "yay map loaded~~\n");
 //---- map = allocMap(map.width,map.height); //20x15 is the resolution of the screen you can make maps smaller than 20x15 but the null space needs to be drawn properly
        //if(isEMS()) printf("%d tesuto\n", coretotalEMS());
 //---- initMap(&map);
@@ -401,8 +401,8 @@ void main()
 //++++ printf("Total free: %zu\n", GetFreeSize());
        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");
-       printf("Screen: %d", screen.width);     printf("%d\n", screen.height);
-       printf("Screen2: %d", screen2.width);   printf("%d\n", screen2.height);
+       printf("Screen: %dx", screen.width);    printf("%d\n", screen.height);
+       printf("Screen2: %dx", screen2.width);  printf("%d\n", screen2.height);
        //printf("map.width=%d  map.height=%d   map.data[0]=%d\n", bg->map->width, bg->map->height, bg->map->data[0]);
        //xmsfree(&map);
        //xmsfree(bg);