From: sparky4 Date: Wed, 23 Sep 2015 14:36:07 +0000 (-0500) Subject: compress later ^^; X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=44f91ea32d0fe5af9b075c34f37752888241dec4;p=16.git compress later ^^; modified: 16.exe modified: bakapi.exe modified: exmmtest.exe modified: fmemtest.exe modified: fontgfx.exe modified: fonttest.exe modified: inputest.exe modified: makefile modified: maptest.exe modified: palettec.exe modified: pcxtest.exe modified: scroll.exe modified: test.exe modified: test2.exe modified: vgmtest.exe --- diff --git a/16.exe b/16.exe index 35cb2dea..54c5bb42 100755 Binary files a/16.exe and b/16.exe differ diff --git a/bakapi.exe b/bakapi.exe index 08252c32..e0be1485 100755 Binary files a/bakapi.exe and b/bakapi.exe differ diff --git a/exmmtest.exe b/exmmtest.exe index 938292b1..1aca800e 100755 Binary files a/exmmtest.exe and b/exmmtest.exe differ diff --git a/fmemtest.exe b/fmemtest.exe index 1273f5ff..81f8615f 100755 Binary files a/fmemtest.exe and b/fmemtest.exe differ diff --git a/fontgfx.exe b/fontgfx.exe index ca868cb6..ba9895dd 100755 Binary files a/fontgfx.exe and b/fontgfx.exe differ diff --git a/fonttest.exe b/fonttest.exe index d6308305..e21bb3da 100755 Binary files a/fonttest.exe and b/fonttest.exe differ diff --git a/inputest.exe b/inputest.exe index 0f99f3fa..5cd84077 100755 Binary files a/inputest.exe and b/inputest.exe differ diff --git a/makefile b/makefile index 85b9a779..a80f688d 100755 --- a/makefile +++ b/makefile @@ -52,7 +52,7 @@ TESTEXEC = exmmtest.exe test.exe pcxtest.exe test2.exe palettec.exe maptest.exe #testemm.exe testemm0.exe fonttes0.exe miditest.exe sega.exe sountest.exe EXEC = 16.exe bakapi.exe $(TESTEXEC) -all: $(EXEC) compress +all: $(EXEC) # #game and bakapi executables diff --git a/maptest.exe b/maptest.exe index 06dde78e..ea49dfd8 100755 Binary files a/maptest.exe and b/maptest.exe differ diff --git a/palettec.exe b/palettec.exe index a82483dc..b719a9df 100755 Binary files a/palettec.exe and b/palettec.exe differ diff --git a/pcxtest.exe b/pcxtest.exe index aa1b3a74..1095d539 100755 Binary files a/pcxtest.exe and b/pcxtest.exe differ diff --git a/scroll.exe b/scroll.exe index 34c6c68a..0aaefb0c 100755 Binary files a/scroll.exe and b/scroll.exe differ diff --git a/test.exe b/test.exe index 37b78d76..75520253 100755 Binary files a/test.exe and b/test.exe differ diff --git a/test2.exe b/test2.exe index 8851c649..65da9a9d 100755 Binary files a/test2.exe and b/test2.exe differ diff --git a/vgmtest.exe b/vgmtest.exe index 6d0a7663..60af4ed3 100755 Binary files a/vgmtest.exe and b/vgmtest.exe differ