summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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 $<, $^) > $@