summaryrefslogtreecommitdiff
path: root/constants/animation_constants.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-07 09:48:32 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-07 09:48:32 -0500
commit2cbb1acc6e3bc5fe30d1be8f665d2252703518ac (patch)
tree57908e1a0387e0d7a2ef88935aa1be36e3cacf71 /constants/animation_constants.asm
parente0445806694a80a98e4d803478a2675ec8803ba6 (diff)
Pokemon animations
Diffstat (limited to 'constants/animation_constants.asm')
-rw-r--r--constants/animation_constants.asm11
1 files changed, 11 insertions, 0 deletions
diff --git a/constants/animation_constants.asm b/constants/animation_constants.asm
index ea57f7230..6ca0ff2e1 100644
--- a/constants/animation_constants.asm
+++ b/constants/animation_constants.asm
@@ -60,3 +60,14 @@ ANIM_BG_PSYCHIC EQU $29
ANIM_BG_VIBRATE_MON EQU $33
ANIM_BG_WOBBLE_MON EQU $34
+
+ const_def
+ const ANIM_MON_SLOW ; 0
+ const ANIM_MON_NORMAL ; 1
+ const ANIM_MON_MENU ; 2
+ const ANIM_MON_TRADE ; 3
+ const ANIM_MON_EVOLVE ; 4
+ const ANIM_MON_HATCH ; 5
+ const ANIM_MON_UNUSED ; 6
+ const ANIM_MON_EGG1 ; 7
+ const ANIM_MON_EGG2 ; 8