summaryrefslogtreecommitdiff
path: root/include/constants/battle_script_commands.h
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-02-28 13:05:05 -0600
committerGitHub <noreply@github.com>2018-02-28 13:05:05 -0600
commit0cd9ba36ce985a6bba1d47d0c57cd82b80543602 (patch)
treed3e77e5656a9c41fd6b47eb8d93ba8cc04bb038e /include/constants/battle_script_commands.h
parent19b467e49f2a1dcf3845747dbc2f53586cc02fce (diff)
parent305a4fa744938fbe508acb3cb5f71cb4169a7199 (diff)
Merge pull request #224 from DizzyEggg/another_try
Fix two nonmatching functions
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