Commit: 78fb1cec97c9f3f172e50e2ce5da697ca8fdb01f Parent: a48f5fb9c743434656b135f4c54595ef52bfe134 Author: Vi Grey Date: 2019-12-17 03:59 UTC Summary: Fix tail offset of GB data in Makefile Makefile | 2 +- bin/gb-nes-pdf-html-zip.gb | Bin 32768 -> 32768 bytes bin/gb-nes-pdf-html-zip.html | Bin 32768 -> 32768 bytes bin/gb-nes-pdf-html-zip.nes | Bin 32768 -> 32768 bytes bin/gb-nes-pdf-html-zip.pdf | Bin 32768 -> 32768 bytes bin/gb-nes-pdf-html-zip.zip | Bin 32768 -> 32768 bytes 6 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 446e58a..f839c6a 100755 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ all: tail -c +167 part.gb | head -c 170 >> part.bin; \ tail -c +5 part.html | head -c -3 >> part.bin; \ tail -c +50 part.pdf >> part.bin; \ - tail -c +2001 part.gb | head -c 560 >> part.bin; \ + tail -c +1989 part.gb | head -c 572 >> part.bin; \ tail -c +2561 part.nes | head -c 512 >> part.bin; \ cat part.zip >> part.bin; \ zip -F part.bin --out final.bin; \ diff --git a/bin/gb-nes-pdf-html-zip.gb b/bin/gb-nes-pdf-html-zip.gb index 6e2f00b..3b919d3 100644 Binary files a/bin/gb-nes-pdf-html-zip.gb and b/bin/gb-nes-pdf-html-zip.gb differ diff --git a/bin/gb-nes-pdf-html-zip.html b/bin/gb-nes-pdf-html-zip.html index 6e2f00b..3b919d3 100644 Binary files a/bin/gb-nes-pdf-html-zip.html and b/bin/gb-nes-pdf-html-zip.html differ diff --git a/bin/gb-nes-pdf-html-zip.nes b/bin/gb-nes-pdf-html-zip.nes index 6e2f00b..3b919d3 100644 Binary files a/bin/gb-nes-pdf-html-zip.nes and b/bin/gb-nes-pdf-html-zip.nes differ diff --git a/bin/gb-nes-pdf-html-zip.pdf b/bin/gb-nes-pdf-html-zip.pdf index 6e2f00b..3b919d3 100644 Binary files a/bin/gb-nes-pdf-html-zip.pdf and b/bin/gb-nes-pdf-html-zip.pdf differ diff --git a/bin/gb-nes-pdf-html-zip.zip b/bin/gb-nes-pdf-html-zip.zip index 6e2f00b..3b919d3 100644 Binary files a/bin/gb-nes-pdf-html-zip.zip and b/bin/gb-nes-pdf-html-zip.zip differ