diff --git a/Makefile b/Makefile index 3fd12308..cb0b7036 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ all: pokered.gbc pokered.o: pokered.tx main.tx constants.tx wram.tx ${TEXTFILES:.asm=.tx} rgbasm -o pokered.o pokered.tx -pokeblue.o: pokeblue.tx main.tx constants.tx music.tx wram.tx ${TEXTFILES:.asm=.tx} +pokeblue.o: pokeblue.tx main.tx constants.tx wram.tx ${TEXTFILES:.asm=.tx} rgbasm -o pokeblue.o pokeblue.tx redrle: extras/redtools/redrle.c