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 2e24267..da0b199 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ compare: baserom.gbc pokepuzzle.gbc
$(OBJS): $$*.asm $$($$*_dep)
@python $(EXTRAS)/gfx.py 2bpp $(2bppq)
@python $(EXTRAS)/gfx.py 1bpp $(1bppq)
- rgbasm -E -i src/ -o $@ $<
+ rgbasm -E -L -i src/ -o $@ $<
pokepuzzle.gbc: $(OBJS)
rgblink -p 0xff -n $*.sym -m $*.map -O baserom.gbc -o $@ $^