diff options
author | yenatch <yenatch@gmail.com> | 2013-12-19 04:47:39 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-12-19 04:47:39 -0500 |
commit | 4bb8c82d8a2d45d046fea048fefe7edf6291f4bf (patch) | |
tree | 24fe1ddf17850a4f4e74c8b7edf84d0dc78d9527 /constants/battle_constants.asm | |
parent | a422e1b761635252c053164d39c91692bb9f006f (diff) |
battle animation constants
Diffstat (limited to 'constants/battle_constants.asm')
-rw-r--r-- | constants/battle_constants.asm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/constants/battle_constants.asm b/constants/battle_constants.asm index a1858da1f..b95991ae7 100644 --- a/constants/battle_constants.asm +++ b/constants/battle_constants.asm @@ -126,10 +126,6 @@ WEATHER_RAIN_END EQU 4 WEATHER_SUN_END EQU 5 WEATHER_SANDSTORM_END EQU 6 -; move animations are 1:1 with move ids -ANIM_CONFUSED EQU $103 -ANIM_SLEEP EQU $104 -ANIM_INLOVE EQU $10a ; move effects EFFECT_NORMAL_HIT EQU $00 |