diff options
| author | Bryan Bishop <kanzure@gmail.com> | 2013-07-12 19:16:49 -0700 |
|---|---|---|
| committer | Bryan Bishop <kanzure@gmail.com> | 2013-07-12 19:16:49 -0700 |
| commit | bb8990dc3cb19787e08c29409cfc674e2478fbc9 (patch) | |
| tree | 28592a2c2c32b7b16f4e63fc22390a36789fea8a /Makefile | |
| parent | 226729d1750bc6ee0c45d96e3f6b7dcf0844a609 (diff) | |
| parent | 90c18c5cf320be70b0507deda0dd7611052f2bec (diff) | |
Merge pull request #157 from yenatch/overworld
overworld loop and movement
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ clean: rm -f pokecrystal.o pokecrystal.gbc @echo 'rm -f $(TEXTFILES:.asm=.tx)' @rm -f $(TEXTFILES:.asm=.tx) -pokecrystal.o: $(TEXTFILES:.asm=.tx) $(LZ_GFX) $(TWOBPP_GFX) +pokecrystal.o: $(TEXTFILES:.asm=.tx) wram.asm constants.asm $(shell find constants/ -type f -name '*constants.asm') hram.asm gbhw.asm $(LZ_GFX) $(TWOBPP_GFX) python prequeue.py $(TEXTQUEUE) rgbasm -o pokecrystal.o pokecrystal.asm .asm.tx: |
