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 af9407a..2e24267 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ $(OBJS): $$*.asm $$($$*_dep)
rgbasm -E -i src/ -o $@ $<
pokepuzzle.gbc: $(OBJS)
- rgblink -p 0xff -n $*.sym -m $*.map -o $@ $^
+ rgblink -p 0xff -n $*.sym -m $*.map -O baserom.gbc -o $@ $^
rgbfix -Cjv -k 01 -l 0x33 -m 0x1b -n 00 -p 0xff -r 03 -t POKEMONPC -i BPNE $@
clean: