summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Martinek <andrewrmartinek@gmail.com>2016-06-09 01:45:03 -0400
committerAndrew Martinek <andrewrmartinek@gmail.com>2016-06-09 01:45:03 -0400
commit3d06cd73dfc0ade96fa8f8d416e643fa6c1cc087 (patch)
treebdbed3bd6991f651001cfbce066b562da4cbbfeb /Makefile
parent31861490418b0cc28853257100d4549549b81254 (diff)
disassembled overworld interaction code and a lot of relevant routines. Also ripped a data table and a couple pointer tables.
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 48eb488..4e4e8c5 100755
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ compare: baserom.gbc tcg.gbc
$(OBJS): $$*.asm $$($$*_dep)
@python $(EXTRAS)/gfx.py 2bpp $(2bppq)
@python $(EXTRAS)/gfx.py 1bpp $(1bppq)
- rgbasm -i src/ -o $@ $<
+ rgbasm -h -i src/ -o $@ $<
tcg.gbc: $(OBJS)
rgblink -n $*.sym -m $*.map -o $@ $^