diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-07-15 13:10:29 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-07-15 13:10:29 +0800 |
commit | 51a779aa7b0318d9c4388d839b2210f963607a82 (patch) | |
tree | 892e223e4c26d654e9886933482dbdd9ecb3f79b /include/constants/battle_move_effects.h | |
parent | 00cd1d483d76c9e63b010eb98a3e1f03386934ca (diff) |
finished pokemon data decomp
Diffstat (limited to 'include/constants/battle_move_effects.h')
-rw-r--r-- | include/constants/battle_move_effects.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/battle_move_effects.h b/include/constants/battle_move_effects.h index 1b59f2f64..b54f01353 100644 --- a/include/constants/battle_move_effects.h +++ b/include/constants/battle_move_effects.h @@ -151,7 +151,7 @@ #define EFFECT_EARTHQUAKE 147 #define EFFECT_FUTURE_SIGHT 148 #define EFFECT_GUST 149 -#define EFFECT_FLINCH_HIT_2 150 // STOMP ASTONISH EXTRASENSORY NEEDLE_ARM +#define EFFECT_FLINCH_MINIMIZE_HIT 150 // STOMP ASTONISH EXTRASENSORY NEEDLE_ARM #define EFFECT_SOLARBEAM 151 #define EFFECT_THUNDER 152 #define EFFECT_TELEPORT 153 |