summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorobskyr <powpowd@gmail.com>2018-06-01 15:32:04 +0200
committerobskyr <powpowd@gmail.com>2018-06-01 15:32:04 +0200
commit64e48babd8717a5da4886e8ee337747f326ad8da (patch)
tree2f5383b0a48ac97203526354c73f6109b1e02f59 /Makefile
parent7424ae9256f9434b9e3bf0d8fa410703b2d7f22d (diff)
Fix corrected ROM's checksum
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8e9e55c..ae76e52 100644
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,7 @@ $(ROMS): $(OBJS)
$(CORRECTEDROMS): %-correctheader.gb: %.gb
cp $< $@
- $(RGBFIX) -m 0x10 $@
+ $(RGBFIX) -f h -m 0x10 $@
$(BUILD)/shim.asm: tools/make_shim.py shim.sym | $$(dir $$@)
$(PYTHON) tools/make_shim.py -w -- $(filter-out $<, $^) > $@