summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2013-01-10 18:31:06 -0700
committerIIMarckus <iimarckus@gmail.com>2013-01-13 15:40:23 -0700
commit4ee88cd7628a08d0b49e60ec8080c45ef350dba1 (patch)
treec8829b3f7e9111f22944623126f4b97bcaf01a55 /Makefile
parentf2fd544e20a54aece3bb1699e2b4c6a5ff0d4078 (diff)
Add lots of phone call texts.
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: