shithub: pokered

Download patch

ref: 32265fb71ba95632e06e403e2222c783378d1d9d
parent: 423c9ef70b49c2786b9f708b32364800cda45e79
author: Bryan Bishop <kanzure@gmail.com>
date: Wed Sep 4 17:50:58 EDT 2013

make pokeblue.gbc compile again

--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@
 	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 $@ $>