mirror of https://github.com/pret/pokecrystal.git
preprocessor: import commands `sound` and `noise`
This commit is contained in:
parent
b2be5f4d2c
commit
30fd84d452
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue