diff options
| author | iimarckus <iimarckus@gmail.com> | 2013-10-13 23:35:43 -0700 |
|---|---|---|
| committer | iimarckus <iimarckus@gmail.com> | 2013-10-13 23:35:43 -0700 |
| commit | ad402f12435ab661aa9b745a79d419fcae9340fc (patch) | |
| tree | 5a410d83d4180cb4179ac03b3ccd00bd1a89de1c /textpre.py | |
| parent | Fix CheckIfInOutsideMap comments. (diff) | |
| parent | Add song alternate start labels (diff) | |
| download | pokeyellow-ad402f12435ab661aa9b745a79d419fcae9340fc.tar.gz pokeyellow-ad402f12435ab661aa9b745a79d419fcae9340fc.tar.xz pokeyellow-ad402f12435ab661aa9b745a79d419fcae9340fc.zip | |
Merge pull request #11 from dannye/music
Music
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() |
