diff options
author | KDSKardabox <bollygame94@gmail.com> | 2018-03-01 09:13:29 +0530 |
---|---|---|
committer | KDSKardabox <bollygame94@gmail.com> | 2018-03-01 09:13:29 +0530 |
commit | 85492c0dacb5222ebbd43f652c44448ca89de0f9 (patch) | |
tree | ccb4168b0cb800398a810789e59c108003def9bd /include/constants/battle_script_commands.h | |
parent | 2f9d69f67fef723e3a92bb19c73952f6896e27ad (diff) | |
parent | c0357cea46635ec3867d18e43b341fb7a4a2fef2 (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald
Diffstat (limited to 'include/constants/battle_script_commands.h')
-rw-r--r-- | include/constants/battle_script_commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/battle_script_commands.h b/include/constants/battle_script_commands.h index 0390f17f4..a1a4ed50a 100644 --- a/include/constants/battle_script_commands.h +++ b/include/constants/battle_script_commands.h @@ -92,6 +92,6 @@ #define ATK48_STAT_NEGATIVE 0x1 #define ATK48_STAT_BY_TWO 0x2 #define ATK48_BIT_x4 0x4 -#define ATK48_LOWER_FAIL_CHECK 0x8 +#define ATK48_DONT_CHECK_LOWER 0x8 #endif // GUARD_CONSTANTS_BATTLE_SCRIPT_COMMANDS_H |