shithub: pokecrystal

Download patch

ref: 2143b5479ea9742226fec4e8be61e49f33cb301c
parent: 6271b619827f1cc32c38b4f4f4480f888ce9894f
author: yenatch <[email protected]>
date: Wed Nov 6 20:15:20 EST 2013

import some new sound classes from pokemontools

--- a/preprocessor.py
+++ b/preprocessor.py
@@ -17,8 +17,14 @@
     movement_command_classes,
     music_classes,
     effect_classes,
+    ChannelCommand,
+    OctaveCommand,
 )
 
+from extras.pokemontools.audio import (
+    Note,
+)
+
 def load_pokecrystal_macros():
     """
     Construct a list of macros that are needed for pokecrystal preprocessing.
@@ -31,6 +37,9 @@
         Signpost,
         PeopleEvent,
         DataByteWordMacro,
+        ChannelCommand,
+        OctaveCommand,
+        Note,
     ]
 
     ourmacros += command_classes