diff options
| author | Andrew Martinek <andrewrmartinek@gmail.com> | 2016-06-09 01:45:03 -0400 |
|---|---|---|
| committer | Andrew Martinek <andrewrmartinek@gmail.com> | 2016-06-09 01:45:03 -0400 |
| commit | 3d06cd73dfc0ade96fa8f8d416e643fa6c1cc087 (patch) | |
| tree | bdbed3bd6991f651001cfbce066b562da4cbbfeb /Makefile | |
| parent | 31861490418b0cc28853257100d4549549b81254 (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-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $@ $^ |
