ref: 4d6b8249698a8cd1ba42ee3517de08252c8062f2
parent: 66e0602dc44c71b7a437114080e84910f75431a4
author: Bryan Bishop <kanzure@gmail.com>
date: Sat Aug 31 14:49:08 EDT 2013
compile with preprocessor outputs
--- a/Makefile
+++ b/Makefile
@@ -5,10 +5,10 @@
all: pokered.gbc
-pokered.o: pokered.asm main.tx constants.asm ${TEXTFILES}
- rgbasm -o pokered.o pokered.asm
+pokered.o: pokered.tx main.tx constants.tx music.tx wram.tx ${TEXTFILES}
+ rgbasm -o pokered.o pokered.tx
-pokeblue.o: pokeblue.asm main.tx constants.asm ${TEXTFILES}
+pokeblue.o: pokeblue.asm main.tx constants.tx ${TEXTFILES}
rgbasm -o pokeblue.o pokeblue.asm
redrle: extras/redrle.c