diff options
| author | yenatch <yenatch@gmail.com> | 2013-12-05 01:42:50 -0500 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2013-12-05 01:42:50 -0500 |
| commit | fbc0e5353bf3ceaf92c281a8ce0901626b198bbc (patch) | |
| tree | 71969df9d2dc6075a6660e5c4e9d5f829253fb95 | |
| parent | 3904b5aba5accc6bab47363b2f9e9996212c3ed6 (diff) | |
rename textpre.py -> preprocessor.py
| -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 |
