summaryrefslogtreecommitdiff
path: root/include/constants
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-11-06 11:26:22 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2019-11-06 11:26:22 -0500
commit95d19b8e8821d8ac8ad998d4b7109b456335d6bd (patch)
treec4824525ef6de5abde1b9f1965eb7ee08a2a70c9 /include/constants
parent2ed15a3bb5275376649873490bd67a6dea5068c1 (diff)
Sync battle script commands with emerald
Diffstat (limited to 'include/constants')
-rw-r--r--include/constants/battle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/constants/battle.h b/include/constants/battle.h
index 910b50562..e025af630 100644
--- a/include/constants/battle.h
+++ b/include/constants/battle.h
@@ -215,6 +215,7 @@
#define WEATHER_ANY (WEATHER_RAIN_ANY | WEATHER_SANDSTORM_ANY | WEATHER_SUN_ANY | WEATHER_HAIL_ANY)
// Move Effects
+#define MOVE_EFFECT_NOTHING_0 0x0
#define MOVE_EFFECT_SLEEP 0x1
#define MOVE_EFFECT_POISON 0x2
#define MOVE_EFFECT_BURN 0x3