summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2021-05-03 00:11:51 -0500
committerdannye <33dannye@gmail.com>2021-05-03 00:11:51 -0500
commit4d2eb182f7a69fce2ee64665aea95ff4530ba85d (patch)
tree388b5c0c42bbe95be8fc96fa3f7cb2841225a268 /Makefile
parent7d960e4d95836667a65c786db035bede76b1bcec (diff)
Dump audio engine
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 $@ $^