summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-02-06 20:49:45 -0500
committeryenatch <yenatch@gmail.com>2014-02-06 21:22:44 -0500
commit30fd84d4529393e212e86b8f804d70ac69b0077d (patch)
treee627ec9e126095d0bf72f9aad41e14b14df65bc6
parentb2be5f4d2c0b55fe81eedf3fba86584978db829c (diff)
preprocessor: import commands `sound` and `noise`
-rw-r--r--preprocessor.py4
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