diff options
| author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2013-10-12 14:40:37 -0400 |
|---|---|---|
| committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2013-10-12 14:40:37 -0400 |
| commit | 8edfcc4b1e36111d400b5f104a04001c66416426 (patch) | |
| tree | 43407055648e05a67aa08a05e9374459ec531bb6 /textpre.py | |
| parent | Merge remote-tracking branch 'kanzure/use-new-preprocessor' (diff) | |
| download | pokeyellow-8edfcc4b1e36111d400b5f104a04001c66416426.tar.gz pokeyellow-8edfcc4b1e36111d400b5f104a04001c66416426.tar.xz pokeyellow-8edfcc4b1e36111d400b5f104a04001c66416426.zip | |
All music and sfx
Diffstat (limited to 'textpre.py')
| -rw-r--r-- | textpre.py | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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() |
