You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
preprocessor: battle animation macros
This commit is contained in:
@@ -25,6 +25,11 @@ from extras.pokemontools.audio import (
|
|||||||
Note,
|
Note,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
from extras.pokemontools.battle_animations import (
|
||||||
|
Wait,
|
||||||
|
battle_animation_classes,
|
||||||
|
)
|
||||||
|
|
||||||
def load_pokecrystal_macros():
|
def load_pokecrystal_macros():
|
||||||
"""
|
"""
|
||||||
Construct a list of macros that are needed for pokecrystal preprocessing.
|
Construct a list of macros that are needed for pokecrystal preprocessing.
|
||||||
@@ -40,6 +45,7 @@ def load_pokecrystal_macros():
|
|||||||
ChannelCommand,
|
ChannelCommand,
|
||||||
OctaveCommand,
|
OctaveCommand,
|
||||||
Note,
|
Note,
|
||||||
|
Wait,
|
||||||
]
|
]
|
||||||
|
|
||||||
ourmacros += command_classes
|
ourmacros += command_classes
|
||||||
@@ -48,6 +54,7 @@ def load_pokecrystal_macros():
|
|||||||
ourmacros += movement_command_classes
|
ourmacros += movement_command_classes
|
||||||
ourmacros += music_classes
|
ourmacros += music_classes
|
||||||
ourmacros += effect_classes
|
ourmacros += effect_classes
|
||||||
|
ourmacros += battle_animation_classes
|
||||||
|
|
||||||
return ourmacros
|
return ourmacros
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user