diff options
| author | IIMarckus <iimarckus@gmail.com> | 2011-12-21 00:31:01 -0700 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2011-12-21 00:31:01 -0700 |
| commit | 450949763cc048878eb65172b875333fd8a5e561 (patch) | |
| tree | be8f5ede8312f61b7d1c4e95789ccbc61ffd603b /Makefile | |
| parent | 5d52935fa82c72769cab6e7f73140abe2c03f2d0 (diff) | |
Add Japanese text entry and Pokédex entries.
hg-commit-id: 8de61c31d46c
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |
