mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
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 (
|
from extras.pokemontools.audio import (
|
||||||
Note,
|
Note,
|
||||||
|
Noise,
|
||||||
|
SoundCommand,
|
||||||
)
|
)
|
||||||
|
|
||||||
from extras.pokemontools.battle_animations import (
|
from extras.pokemontools.battle_animations import (
|
||||||
@ -45,6 +47,8 @@ def load_pokecrystal_macros():
|
|||||||
ChannelCommand,
|
ChannelCommand,
|
||||||
OctaveCommand,
|
OctaveCommand,
|
||||||
Note,
|
Note,
|
||||||
|
Noise,
|
||||||
|
SoundCommand,
|
||||||
]
|
]
|
||||||
|
|
||||||
ourmacros += command_classes
|
ourmacros += command_classes
|
||||||
|
Loading…
Reference in New Issue
Block a user