diff options
-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 |