diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-06-02 22:06:02 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-06-02 22:06:02 -0400 |
commit | 917fc32f730f11146fbdb4b2ae29bb8e87cb2dd1 (patch) | |
tree | 7e656956443ba37471d9b8ba3f1d7f79b4fafa0e | |
parent | 04610ffdf98fe3f36f7d33f0c8d09d57af1f2b82 (diff) |
Actually correct the global checksum for the -correctheader.gb ROMs
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |