From 3d06cd73dfc0ade96fa8f8d416e643fa6c1cc087 Mon Sep 17 00:00:00 2001 From: Andrew Martinek Date: Thu, 9 Jun 2016 01:45:03 -0400 Subject: disassembled overworld interaction code and a lot of relevant routines. Also ripped a data table and a couple pointer tables. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 $@ $^ -- cgit v1.2.3