diff options
| author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-23 14:00:29 -0500 |
|---|---|---|
| committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-23 14:00:29 -0500 |
| commit | 3893feb835ef4959b77148668da90aaed3189b00 (patch) | |
| tree | 5d39196a1cdc146f85a6f058222811b4241efd1e /constants | |
| parent | ddc05ec8dd36eb88d48a5dab258f4daae85eadc3 (diff) | |
Battle Anim Object struct constants
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/battle_constants.asm | 27 | ||||
| -rw-r--r-- | constants/move_constants.asm | 2 |
2 files changed, 28 insertions, 1 deletions
diff --git a/constants/battle_constants.asm b/constants/battle_constants.asm index 804f223cb..5ea0c0ef0 100644 --- a/constants/battle_constants.asm +++ b/constants/battle_constants.asm @@ -374,3 +374,30 @@ SUBSTATUS_CURLED EQU 0 const WIN const LOSE const DRAW + + const_def + const BATTLEANIMSTRUCT_INDEX + const BATTLEANIMSTRUCT_01 + const BATTLEANIMSTRUCT_02 + const BATTLEANIMSTRUCT_03 + const BATTLEANIMSTRUCT_04 + const BATTLEANIMSTRUCT_05 + const BATTLEANIMSTRUCT_06 + const BATTLEANIMSTRUCT_07 + const BATTLEANIMSTRUCT_08 + const BATTLEANIMSTRUCT_09 + const BATTLEANIMSTRUCT_0A + const BATTLEANIMSTRUCT_0B + const BATTLEANIMSTRUCT_0C + const BATTLEANIMSTRUCT_0D + const BATTLEANIMSTRUCT_0E + const BATTLEANIMSTRUCT_0F + const BATTLEANIMSTRUCT_10 + const BATTLEANIMSTRUCT_11 + const BATTLEANIMSTRUCT_12 + const BATTLEANIMSTRUCT_13 + const BATTLEANIMSTRUCT_14 + const BATTLEANIMSTRUCT_15 + const BATTLEANIMSTRUCT_16 + const BATTLEANIMSTRUCT_17 +BATTLEANIMSTRUCT_LENGTH EQU const_value diff --git a/constants/move_constants.asm b/constants/move_constants.asm index e8392b45a..8492c2415 100644 --- a/constants/move_constants.asm +++ b/constants/move_constants.asm @@ -287,7 +287,7 @@ const_value SET const_value + -1 const ANIM_SHAKE ; $114 const ANIM_HIT_CONFUSION ; $115 -; wcfca uses offsets from ANIM_MISS +; wNumHits uses offsets from ANIM_MISS const_def const BATTLEANIM_NONE const BATTLEANIM_ENEMY_DAMAGE |
