shithub: pokecrystal

Download patch

ref: 30fd84d4529393e212e86b8f804d70ac69b0077d
parent: b2be5f4d2c0b55fe81eedf3fba86584978db829c
author: yenatch <[email protected]>
date: Thu Feb 6 15:49:45 EST 2014

preprocessor: import commands `sound` and `noise`

--- a/preprocessor.py
+++ b/preprocessor.py
@@ -23,6 +23,8 @@
 
 from extras.pokemontools.audio import (
     Note,
+    Noise,
+    SoundCommand,
 )
 
 from extras.pokemontools.battle_animations import (
@@ -45,6 +47,8 @@
         ChannelCommand,
         OctaveCommand,
         Note,
+        Noise,
+        SoundCommand,
     ]
 
     ourmacros += command_classes