summaryrefslogtreecommitdiff
path: root/include/battle_util.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-10-02 23:48:12 -0400
committerGriffinR <griffin.g.richards@gmail.com>2021-10-02 23:48:12 -0400
commit6e62c057f5123b458ebc7d74e60c7ce8fb32e980 (patch)
tree2d14f321b2663944683171a1c7bdfa93ecdbab7a /include/battle_util.h
parent739e7d3c31f02ef4ea91b402c176f17a9bc27911 (diff)
Document remaining symbols in pokemon.c
Diffstat (limited to 'include/battle_util.h')
-rw-r--r--include/battle_util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/battle_util.h b/include/battle_util.h
index e4ef99e0b..d4e2a23f8 100644
--- a/include/battle_util.h
+++ b/include/battle_util.h
@@ -28,6 +28,8 @@
#define ABILITYEFFECT_COUNT_BATTLER_SIDE 0x11
#define ABILITYEFFECT_COUNT_ON_FIELD 0x12
#define ABILITYEFFECT_CHECK_ON_FIELD 0x13
+#define ABILITYEFFECT_MUD_SPORT 0xFD
+#define ABILITYEFFECT_WATER_SPORT 0xFE
#define ABILITYEFFECT_SWITCH_IN_WEATHER 0xFF
#define ABILITY_ON_OPPOSING_FIELD(battlerId, abilityId)(AbilityBattleEffects(ABILITYEFFECT_CHECK_OTHER_SIDE, battlerId, abilityId, 0, 0))