diff options
author | huderlem <huderlem@gmail.com> | 2019-11-04 16:31:27 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-04 16:31:27 -0600 |
commit | a4b4ecd470622c2e28bcd9dc93e236a71344dafd (patch) | |
tree | 43a827e7eac7696bd2cbb1c64c828193f2fd2cf1 /include/battle_util.h | |
parent | 347d1e20b62cf18d24084f7dab0291ecc4282564 (diff) | |
parent | 5fd44d1e74019fd07c342f36b3995a6d71fbaab9 (diff) |
Merge pull request #787 from GriffinRichards/rename-tablecmds
Rename table cmds
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..b77fa10ad 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_ON_DAMAGE 0x4 #define ABILITYEFFECT_IMMUNITY 0x5 #define ABILITYEFFECT_FORECAST 0x6 #define ABILITYEFFECT_SYNCHRONIZE 0x7 |