shithub: pokered

Download patch

ref: 0e347a3b4fcad5004d292508e14491f2719f8e7f
parent: b474bbdde70aef4ca0e82ec025da9b9888c1e882
author: U-Fish-PC\Daniel <corrnondacqb@yahoo.com>
date: Sun Nov 10 07:47:23 EST 2013

Remove music.tx from Makefile for pokeblue

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