diff options
| author | BlueZangoose <113498143+BlueZangoose@users.noreply.github.com> | 2023-11-22 00:52:53 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-21 19:52:53 -0500 |
| commit | 9827190aea7ce6a6f30d6a0c04eda34934cbd35e (patch) | |
| tree | d0350957af625443210c33ea3bf5beb5236a94ee /includes.asm | |
| parent | Update install instructions for Arch Linux (diff) | |
| download | pokeyellow-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.asm | 1 |
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" |
