mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
preprocessor: battle animation macros
This commit is contained in:
parent
4bb8c82d8a
commit
dd7989cef8
@ -25,6 +25,11 @@ from extras.pokemontools.audio import (
|
||||
Note,
|
||||
)
|
||||
|
||||
from extras.pokemontools.battle_animations import (
|
||||
Wait,
|
||||
battle_animation_classes,
|
||||
)
|
||||
|
||||
def load_pokecrystal_macros():
|
||||
"""
|
||||
Construct a list of macros that are needed for pokecrystal preprocessing.
|
||||
@ -40,6 +45,7 @@ def load_pokecrystal_macros():
|
||||
ChannelCommand,
|
||||
OctaveCommand,
|
||||
Note,
|
||||
Wait,
|
||||
]
|
||||
|
||||
ourmacros += command_classes
|
||||
@ -48,6 +54,7 @@ def load_pokecrystal_macros():
|
||||
ourmacros += movement_command_classes
|
||||
ourmacros += music_classes
|
||||
ourmacros += effect_classes
|
||||
ourmacros += battle_animation_classes
|
||||
|
||||
return ourmacros
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user