summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2021-05-01 22:21:07 -0500
committerdannye <33dannye@gmail.com>2021-05-01 22:21:07 -0500
commit3b7ccf631def9ab7c9ae77d7dccd55be2050be04 (patch)
tree40e313fe3bacc28782aef98cd8d8e64fd252b8b2 /Makefile
parentab3b96f10acada882871980e2892a11e3108ee1b (diff)
Use rgblink's overlay 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: