]> 4ch.mooo.com Git - 16.git/commitdiff
IT WORKS!!!!
authorsparky4 <sparky4@cock.li>
Fri, 20 Nov 2015 20:18:33 +0000 (14:18 -0600)
committersparky4 <sparky4@cock.li>
Fri, 20 Nov 2015 20:18:33 +0000 (14:18 -0600)
15 files changed:
16.exe
bakapi.exe
exmmtest.exe
fmemtest.exe
fontgfx.exe
fonttest.exe
inputest.exe
maptest.exe
palettec.exe
palettel.exe
planrpcx.exe
scroll.exe
src/lib/16_in.c
test.exe
vgmtest.exe

diff --git a/16.exe b/16.exe
index 7e896d6edb79c840cf85cf861381e38c366a3516..b47a27872bed364b3beea30039ffad41a08d15d8 100755 (executable)
Binary files a/16.exe and b/16.exe differ
index 12a74beaa89c65432d15a945a513b52f8aaa10e3..97f9d78dd7a6ba36fc4448f3dd1be079dab00685 100755 (executable)
Binary files a/bakapi.exe and b/bakapi.exe differ
index 28b029dcb47af4ad88346cb8ef388ce00e7e6ce5..4829fa9c1cd38f24d4f797399cf6ba78a7c2e015 100755 (executable)
Binary files a/exmmtest.exe and b/exmmtest.exe differ
index c88212abf6af8315621abd78613afc60175f8178..d9b9f58e96af2f1dedc983b3dc12058f3b10ca19 100755 (executable)
Binary files a/fmemtest.exe and b/fmemtest.exe differ
index 577a02f48eff05042a7423c322a9f57059a60f73..b1625d1055fcd5fd23c28bfb42a525583512ea35 100755 (executable)
Binary files a/fontgfx.exe and b/fontgfx.exe differ
index c59b86a554e7326206db41e5dc13539591fe8c4c..49665497a75619d056d7a59800d534abf42b67e4 100755 (executable)
Binary files a/fonttest.exe and b/fonttest.exe differ
index 09cb3893242693857946b66b1f6a34c677c05d9d..10c2b1bd7b7c69ed156c5252cb0d00f087aaa5d8 100755 (executable)
Binary files a/inputest.exe and b/inputest.exe differ
index 648302a2abf164660ac59f96d488b31c44a60a9e..0eb8d21635733c4f3c7192189db6b5fcd99fae8f 100755 (executable)
Binary files a/maptest.exe and b/maptest.exe differ
index a357fa6f0a4318911858789e69243c6bb63f8361..0dc57a5dcdfdca5bada665d9302229882c416375 100755 (executable)
Binary files a/palettec.exe and b/palettec.exe differ
index 1ced8d499687a00d410417764ff3919ba3548bef..f181ea5d671b0ebbeb3d79fb8743552cd3b1002a 100755 (executable)
Binary files a/palettel.exe and b/palettel.exe differ
index 0ae58ea1af05e2b2c886f003585c39911298615c..41dd8f1e5e3b4eb564d21e5cae88d422327af759 100755 (executable)
Binary files a/planrpcx.exe and b/planrpcx.exe differ
index 464b77b331fed05a34c9675fc1f695b0fe8aec89..f969c47729538d7a9e7c0d3b0d702370e4c096df 100755 (executable)
Binary files a/scroll.exe and b/scroll.exe differ
index bb11c095eab2567a2fede1ef4a4a112445d24dcb..84804f6cb9e1cda1338dbc19b63daa3bb6a85a83 100755 (executable)
@@ -849,17 +849,18 @@ register  KeyboardDef     *def;
                                mx = motion_Left,my = motion_Down;\r
                        else if (Keyboard[def->downright])\r
                                mx = motion_Right,my = motion_Down;*/\r
-                       //if(!inpu.Keyboard[def->left] && !inpu.Keyboard[def->right]){\r
+                       if(!inpu.Keyboard[def->left] && !inpu.Keyboard[def->right]){\r
                        if((inpu.Keyboard[def->up] && !inpu.Keyboard[def->down] && player[playnum].d == 2))// || player[playnum].info.dir == 0)\r
                                my = motion_Up;\r
                        if((inpu.Keyboard[def->down] && !inpu.Keyboard[def->up] && player[playnum].d == 2))// || player[playnum].info.dir == 4)\r
                                my = motion_Down;\r
-                       //}else if(!inpu.Keyboard[def->up] && !inpu.Keyboard[def->down]){\r
+                       }else if(!inpu.Keyboard[def->up] && !inpu.Keyboard[def->down]){\r
                        if((inpu.Keyboard[def->left] && !inpu.Keyboard[def->right] && player[playnum].d == 2))// || player[playnum].info.dir == 1)\r
                                mx = motion_Left;\r
                        if((inpu.Keyboard[def->right] && !inpu.Keyboard[def->left] && player[playnum].d == 2))// || player[playnum].info.dir == 3)\r
                                mx = motion_Right;\r
-                       //}\r
+                       }\r
+                       //input from player\r
                        if (inpu.Keyboard[def->button0])\r
                                buttons += 1 << 0;\r
                        if (inpu.Keyboard[def->button1])\r
index 6beb57a45c101d4bb5e3bba7d5cb3644763725fa..e56b124c06ce7dd217cd5319d08a15d2d349f207 100755 (executable)
Binary files a/test.exe and b/test.exe differ
index 892afa7ebd4a9f70eac2d885b59bdd1d13e9f365..a0932794f7807b6cf9cf9f8b5060e13b6b455450 100755 (executable)
Binary files a/vgmtest.exe and b/vgmtest.exe differ