summaryrefslogtreecommitdiff
path: root/textpre.py
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2013-10-12 14:40:37 -0400
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2013-10-12 14:40:37 -0400
commit8edfcc4b1e36111d400b5f104a04001c66416426 (patch)
tree43407055648e05a67aa08a05e9374459ec531bb6 /textpre.py
parentd7aa1d61cdcdb623651f2490d210548e940c1b7d (diff)
All music and sfx
Diffstat (limited to 'textpre.py')
-rw-r--r--textpre.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/textpre.py b/textpre.py
index c4e65398..294e9ccb 100644
--- a/textpre.py
+++ b/textpre.py
@@ -262,6 +262,12 @@ chars = {
preprocessor.chars = chars
+from extras.pokemontools.crystal import (
+ callchannel,
+ loopchannel,
+)
+
config = configuration.Config()
-processor = preprocessor.Preprocessor(config, [])
+macros = [callchannel, loopchannel]
+processor = preprocessor.Preprocessor(config, macros)
processor.preprocess()