summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-06-02 22:06:02 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2018-06-02 22:06:02 -0400
commit917fc32f730f11146fbdb4b2ae29bb8e87cb2dd1 (patch)
tree7e656956443ba37471d9b8ba3f1d7f79b4fafa0e
parent04610ffdf98fe3f36f7d33f0c8d09d57af1f2b82 (diff)
Actually correct the global checksum for the -correctheader.gb ROMs
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0f3ed3b..e6ee492 100644
--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,7 @@ $(BUILD)/shim.asm: $(SHIM) | $$(dir $$@)
tools/make_shim -w $< > $@
$(CORRECTEDROM): %-correctheader.gb: %.gb
cp $< $@
- $(RGBFIX) -f h -m 0x10 $@
+ $(RGBFIX) -f hg -m 0x10 $@
.PHONY: coverage
coverage: $(ROM)