From 5fd44d1e74019fd07c342f36b3995a6d71fbaab9 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Sat, 26 Oct 2019 11:53:00 -0400 Subject: Rename some STAT_CHANGE macros --- include/constants/battle_script_commands.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/constants/battle_script_commands.h') 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 -- cgit v1.2.3