From 425b727784801b0d1f2e45f7329a1129f7172f48 Mon Sep 17 00:00:00 2001 From: yenatch Date: Tue, 2 Jul 2013 14:09:14 -0400 Subject: [PATCH] make: check wram/constants --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 37e9aef4f..697515b6e 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: