Commit: d6d1a7e389bc9686031ea8427a89680be7cb1655 Parent: 1636d9fc843c9da187ce6ed318e87fef593b7880 Author: Vi Grey Date: 2019-12-17 04:30 UTC Summary: Fix offsets for GB and NES in Makefile Makefile | 4 ++-- 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, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 12ae986..d52bff8 100755 --- a/Makefile +++ b/Makefile @@ -24,10 +24,10 @@ all: tail -c +17 part.gb | head -c 96 >> part.bin; \ head -c 4 part.html >> part.bin; \ head -c 38 part.pdf >> part.bin; \ - tail -c +167 part.gb | head -c 170 >> part.bin; \ + tail -c +155 part.gb | head -c 182 >> part.bin; \ tail -c +5 part.html | head -c -3 >> part.bin; \ tail -c +38 part.pdf >> part.bin; \ - tail -c +1989 part.gb | head -c 572 >> part.bin; \ + tail -c +2001 part.gb | head -c 560 >> 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 521e230..781474c 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 521e230..781474c 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 521e230..781474c 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 521e230..781474c 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 521e230..781474c 100644 Binary files a/bin/gb-nes-pdf-html-zip.zip and b/bin/gb-nes-pdf-html-zip.zip differ