diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-09-15 17:58:12 -0400 |
---|---|---|
committer | GriffinR <griffin.richards@comcast.net> | 2019-09-15 17:58:12 -0400 |
commit | bb236b490d99fef02ed172e7ca86f6c70ef09527 (patch) | |
tree | ab1a6709f8872781b973bc4ca0d967a7a89e1e79 /include/battle_util.h | |
parent | 869d0eebc08cdc246fb711431e8d7149a211e841 (diff) |
Update BS constants for Cmd rename
Diffstat (limited to 'include/battle_util.h')
-rw-r--r-- | include/battle_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/battle_util.h b/include/battle_util.h index 0756a387a..f90d812d6 100644 --- a/include/battle_util.h +++ b/include/battle_util.h @@ -12,7 +12,7 @@ #define ABILITYEFFECT_ENDTURN 0x1 #define ABILITYEFFECT_MOVES_BLOCK 0x2 #define ABILITYEFFECT_ABSORBING 0x3 -#define ABILITYEFFECT_MOVE_END 0x4 +#define ABILITYEFFECT_CONTACT 0x4 #define ABILITYEFFECT_IMMUNITY 0x5 #define ABILITYEFFECT_FORECAST 0x6 #define ABILITYEFFECT_SYNCHRONIZE 0x7 |