From 8edfcc4b1e36111d400b5f104a04001c66416426 Mon Sep 17 00:00:00 2001 From: "U-Fish-PC\\Daniel" Date: Sat, 12 Oct 2013 14:40:37 -0400 Subject: All music and sfx --- textpre.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'textpre.py') 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() -- cgit v1.2.3