diff options
author | Bryan Bishop <kanzure@gmail.com> | 2014-02-06 20:25:54 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2014-02-06 20:25:54 -0600 |
commit | 2d160dcece31b0cc0b6103a3d658a1dd0f7f0177 (patch) | |
tree | 362442c995c4bb4065fa3569a6aee6da3e010df8 /preprocessor.py | |
parent | 709f495cdffbb7f70367d11804fc0053b79f74aa (diff) | |
parent | cb40ed08ddfc0930a96c56b205acb649c673b7bc (diff) |
Merge pull request #231 from yenatch/sfx-cries
Dump cries and sound effects
Diffstat (limited to 'preprocessor.py')
-rw-r--r-- | preprocessor.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/preprocessor.py b/preprocessor.py index ed79259d2..436ab2b1b 100644 --- a/preprocessor.py +++ b/preprocessor.py @@ -23,6 +23,8 @@ from extras.pokemontools.crystal import ( from extras.pokemontools.audio import ( Note, + Noise, + SoundCommand, ) from extras.pokemontools.battle_animations import ( @@ -45,6 +47,8 @@ def load_pokecrystal_macros(): ChannelCommand, OctaveCommand, Note, + Noise, + SoundCommand, ] ourmacros += command_classes |