summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-01-14 20:44:50 -0800
committerBryan Bishop <kanzure@gmail.com>2013-01-14 20:44:50 -0800
commite92a9ead39aec465f1e084b1ecaefa145bb65cc7 (patch)
tree4501eb50c626c9c90b91caf33ee2b4ef639e3f8f /Makefile
parent7a33b66ab4758fc00bb573eb0d1e3881a824a29a (diff)
parent92e20d0c59bfa7c6fac99868f1c46b7a9a0e14f8 (diff)
Merge pull request #87 from iimarckus/shootbreeze
phone call texts and phone call scripts
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 441675cdd..44d24932f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,15 @@
.SUFFIXES: .asm .tx .o .gbc
-TEXTFILES = text/sweethoney.tx
+TEXTFILES = text/sweethoney.tx \
+ text/phone/bill.tx \
+ text/phone/elm.tx \
+ text/phone/mom.tx \
+ text/phone/trainers1.tx \
+ main.tx
all: pokecrystal.gbc
-pokecrystal.o: pokecrystal.asm main.tx constants.asm wram.asm ${TEXTFILES}
+pokecrystal.o: pokecrystal.asm constants.asm wram.asm ${TEXTFILES}
rgbasm -o pokecrystal.o pokecrystal.asm
.asm.tx: