preprocessor: import commands sound and noise

This commit is contained in:
yenatch 2014-02-06 20:49:45 -05:00
parent b2be5f4d2c
commit 30fd84d452

View File

@ -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