From 30fd84d4529393e212e86b8f804d70ac69b0077d Mon Sep 17 00:00:00 2001 From: yenatch Date: Thu, 6 Feb 2014 20:49:45 -0500 Subject: preprocessor: import commands `sound` and `noise` --- preprocessor.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'preprocessor.py') 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 -- cgit v1.2.3