summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-07-12 19:16:49 -0700
committerBryan Bishop <kanzure@gmail.com>2013-07-12 19:16:49 -0700
commitbb8990dc3cb19787e08c29409cfc674e2478fbc9 (patch)
tree28592a2c2c32b7b16f4e63fc22390a36789fea8a /Makefile
parent226729d1750bc6ee0c45d96e3f6b7dcf0844a609 (diff)
parent90c18c5cf320be70b0507deda0dd7611052f2bec (diff)
Merge pull request #157 from yenatch/overworld
overworld loop and movement
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f92fdf178..d66ab3257 100644
--- a/Makefile
+++ b/Makefile
@@ -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: