From 32265fb71ba95632e06e403e2222c783378d1d9d Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Wed, 4 Sep 2013 21:50:58 -0500 Subject: make pokeblue.gbc compile again --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d588dacb..f481743e 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ pokered.o: pokered.tx main.tx constants.tx music.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} - rgbasm -o pokeblue.o pokeblue.asm + rgbasm -o pokeblue.o pokeblue.tx redrle: extras/redtools/redrle.c ${CC} -o $@ $> -- cgit v1.2.3