Add lots of phone call texts.

This commit is contained in:
IIMarckus
2013-01-10 18:31:06 -07:00
parent f2fd544e20
commit 4ee88cd762
7 changed files with 1926 additions and 4 deletions

View File

@@ -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: