diff options
| author | obskyr <powpowd@gmail.com> | 2018-06-01 15:32:04 +0200 |
|---|---|---|
| committer | obskyr <powpowd@gmail.com> | 2018-06-01 15:32:04 +0200 |
| commit | 64e48babd8717a5da4886e8ee337747f326ad8da (patch) | |
| tree | 2f5383b0a48ac97203526354c73f6109b1e02f59 /Makefile | |
| parent | 7424ae9256f9434b9e3bf0d8fa410703b2d7f22d (diff) | |
Fix corrected ROM's checksum
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $<, $^) > $@ |
