summaryrefslogtreecommitdiff
path: root/include/constants/battle_script_commands.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-03-02 21:49:09 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2018-03-02 21:49:09 -0500
commitdf128cbfedcaf8a0da698ba9a9e62bed21721e1c (patch)
tree6f12e1991e59856f83711d469020072a5321da3e /include/constants/battle_script_commands.h
parente3b078d08fb7208065cb6bda96879fbb6e97c5db (diff)
parent0a9f0d80f5f3d1cf02ae26a7bad1d771f8dedc52 (diff)
Merge branch 'master' into pokenav_match_call
Diffstat (limited to 'include/constants/battle_script_commands.h')
-rw-r--r--include/constants/battle_script_commands.h2
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