diff options
| author | Bryan Bishop <kanzure@gmail.com> | 2013-01-14 20:44:50 -0800 |
|---|---|---|
| committer | Bryan Bishop <kanzure@gmail.com> | 2013-01-14 20:44:50 -0800 |
| commit | e92a9ead39aec465f1e084b1ecaefa145bb65cc7 (patch) | |
| tree | 4501eb50c626c9c90b91caf33ee2b4ef639e3f8f /Makefile | |
| parent | 7a33b66ab4758fc00bb573eb0d1e3881a824a29a (diff) | |
| parent | 92e20d0c59bfa7c6fac99868f1c46b7a9a0e14f8 (diff) | |
Merge pull request #87 from iimarckus/shootbreeze
phone call texts and phone call scripts
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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: |
