diff options
| author | Bryan Bishop <kanzure@gmail.com> | 2013-08-26 11:48:34 -0500 |
|---|---|---|
| committer | Bryan Bishop <kanzure@gmail.com> | 2013-08-26 11:49:04 -0500 |
| commit | 5098ed740d35d4f2a2d5414f309bf25e754e189c (patch) | |
| tree | 094d30a9ad17f34f86f033ee8c9ee844e68c4d1f /Makefile | |
| parent | e545f0c1eaa6f922228dffd9ed12197c5a037469 (diff) | |
| parent | e44d0a22285abe6aaed77f2446f797498a025b34 (diff) | |
Merge remote-tracking branch 'github/master' into master
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ pokecrystal.o: $(TEXTFILES:.asm=.tx) wram.asm constants.asm $(shell find constan @rm -f $@ pokecrystal.gbc: pokecrystal.o - rgblink -o $@ $< + rgblink -n pokecrystal.sym -m pokecrystal.map -o $@ $< rgbfix -Cjv -i BYTE -k 01 -l 0x33 -m 0x10 -p 0 -r 3 -t PM_CRYSTAL $@ pngs: |
