summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2011-12-21 00:31:01 -0700
committerIIMarckus <iimarckus@gmail.com>2011-12-21 00:31:01 -0700
commit450949763cc048878eb65172b875333fd8a5e561 (patch)
treebe8f5ede8312f61b7d1c4e95789ccbc61ffd603b /Makefile
parent5d52935fa82c72769cab6e7f73140abe2c03f2d0 (diff)
Add Japanese text entry and Pokédex entries.
hg-commit-id: 8de61c31d46c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 373fb291..b49c1801 100644
--- a/Makefile
+++ b/Makefile
@@ -4,14 +4,17 @@ pokered.gbc: pokered.o
pokered.gbc
cmp baserom.gbc pokered.gbc
-pokered.o: pokered1.asm constants.asm
+pokered.o: pokered1.asm constants.asm text/pokedex1.asm
rgbasm -o pokered.o pokered1.asm
pokered1.asm: pokered.asm
awk -f textpre.awk < pokered.asm > pokered1.asm
+text/pokedex1.asm: text/pokedex.asm
+ awk -f textpre.awk < text/pokedex.asm > text/pokedex1.asm
+
redrle: extras/redrle.c
${CC} -o $@ $>
clean:
- rm -f pokered1.asm pokered.o pokered.gbc redrle
+ rm -f text/pokedex1.asm pokered1.asm pokered.o pokered.gbc redrle