From 450949763cc048878eb65172b875333fd8a5e561 Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Wed, 21 Dec 2011 00:31:01 -0700 Subject: =?UTF-8?q?Add=20Japanese=20text=20entry=20and=20Pok=C3=A9dex=20en?= =?UTF-8?q?tries.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit hg-commit-id: 8de61c31d46c --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3