summaryrefslogtreecommitdiff
path: root/include/constants/battle.h
diff options
context:
space:
mode:
authorcamthesaxman <camthesaxman@users.noreply.github.com>2019-07-31 00:13:42 -0500
committercamthesaxman <camthesaxman@users.noreply.github.com>2019-07-31 00:13:42 -0500
commitb74a0c3122113b5ebef469739745e2b8fd420c50 (patch)
treee6bd06cc852ca638f9dc9a0d7c8a12b7ee394a5a /include/constants/battle.h
parentd7a754386ce491791fe8216fdcb0f4fb72240774 (diff)
resolve more battle system differences
Diffstat (limited to 'include/constants/battle.h')
-rw-r--r--include/constants/battle.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/constants/battle.h b/include/constants/battle.h
index 5835bf439..5aa1772d1 100644
--- a/include/constants/battle.h
+++ b/include/constants/battle.h
@@ -324,9 +324,7 @@
#define ABILITYEFFECT_COUNT_ON_FIELD 0x12
#define ABILITYEFFECT_CHECK_ON_FIELD 0x13
-#define WEATHER_HAS_EFFECT ((!AbilityBattleEffects(ABILITYEFFECT_CHECK_ON_FIELD, 0, ABILITY_CLOUD_NINE, 0, 0) && !AbilityBattleEffects(ABILITYEFFECT_CHECK_ON_FIELD, 0, ABILITY_AIR_LOCK, 0, 0)))
-
-#define BS_GET_TARGET 0
+#define BS_TARGET 0
#define BS_GET_ATTACKER 1
#define BS_GET_EFFECT_BANK 2
#define BS_GET_gBank1 3