shithub: pokecrystal

Download patch

ref: 425b727784801b0d1f2e45f7329a1129f7172f48
parent: fbf9ae78778adb5ee6ca3291bce495a5041f8064
author: yenatch <[email protected]>
date: Tue Jul 2 10:09:14 EDT 2013

make: check wram/constants

--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@
 	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: