diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-10-26 11:53:00 -0400 |
---|---|---|
committer | GriffinR <griffin.richards@comcast.net> | 2019-10-26 11:53:00 -0400 |
commit | 5fd44d1e74019fd07c342f36b3995a6d71fbaab9 (patch) | |
tree | b4965ec8e6426e222b55369f4cbdcfb41e18232d /include/constants/battle_script_commands.h | |
parent | 73b96fe145bf3498feb23373830ec3d7e3e2adba (diff) |
Rename some STAT_CHANGE macros
Diffstat (limited to 'include/constants/battle_script_commands.h')
-rw-r--r-- | include/constants/battle_script_commands.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/constants/battle_script_commands.h b/include/constants/battle_script_commands.h index be215ee58..dfcf79128 100644 --- a/include/constants/battle_script_commands.h +++ b/include/constants/battle_script_commands.h @@ -99,8 +99,8 @@ // stat change flags for Cmd_playstatchangeanimation #define STAT_CHANGE_NEGATIVE 0x1 #define STAT_CHANGE_BY_TWO 0x2 -#define STAT_CHANGE_SKIP_NEXT_ANIM 0x4 -#define STAT_CHANGE_IGNORE_ABILITY 0x8 +#define STAT_CHANGE_MULTIPLE_STATS 0x4 +#define STAT_CHANGE_CANT_PREVENT 0x8 // stat flags for Cmd_playstatchangeanimation #define BIT_HP 0x1 |