diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | preprocessor.py (renamed from textpre.py) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ redrle: extras/redtools/redrle.c ${CC} -o $@ $> .asm.tx: - python textpre.py < $< > $@ + python preprocessor.py < $< > $@ pokered.gbc: pokered.o rgblink -o $@ $*.o diff --git a/textpre.py b/preprocessor.py index 294e9ccb..294e9ccb 100644 --- a/textpre.py +++ b/preprocessor.py |