aboutsummaryrefslogtreecommitdiffstats
path: root/includes.asm
diff options
context:
space:
mode:
authorBlueZangoose <113498143+BlueZangoose@users.noreply.github.com>2023-11-22 00:52:53 +0000
committerGitHub <noreply@github.com>2023-11-21 19:52:53 -0500
commit9827190aea7ce6a6f30d6a0c04eda34934cbd35e (patch)
treed0350957af625443210c33ea3bf5beb5236a94ee /includes.asm
parentUpdate install instructions for Arch Linux (diff)
downloadpokeyellow-9827190aea7ce6a6f30d6a0c04eda34934cbd35e.tar.gz
pokeyellow-9827190aea7ce6a6f30d6a0c04eda34934cbd35e.tar.xz
pokeyellow-9827190aea7ce6a6f30d6a0c04eda34934cbd35e.zip
Use MEGA_PUNCH constant in explosion animation routine (#434)
* Use MEGA_PUNCH constant in explosion animation routine * Add AnimationType constants and assert --------- Co-authored-by: vulcandth <vulcandth@gmail.com>
Diffstat (limited to 'includes.asm')
-rw-r--r--includes.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes.asm b/includes.asm
index 271828b9..6253859b 100644
--- a/includes.asm
+++ b/includes.asm
@@ -23,6 +23,7 @@ INCLUDE "constants/serial_constants.asm"
INCLUDE "constants/script_constants.asm"
INCLUDE "constants/type_constants.asm"
INCLUDE "constants/battle_constants.asm"
+INCLUDE "constants/battle_anim_constants.asm"
INCLUDE "constants/move_constants.asm"
INCLUDE "constants/move_animation_constants.asm"
INCLUDE "constants/move_effect_constants.asm"