From 2f4aceb4a9aa58592a98230f3f4d3b2fcb0a89ac Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Thu, 7 Mar 2019 07:09:19 -0300 Subject: [PATCH] Defined a hold effect for the terrain effect boosting seeds and the Adrenaline Orb. --- include/constants/hold_effects.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/constants/hold_effects.h b/include/constants/hold_effects.h index 7a506bb8d2..84368ae913 100644 --- a/include/constants/hold_effects.h +++ b/include/constants/hold_effects.h @@ -117,6 +117,8 @@ // Gen7 hold effects #define HOLD_EFFECT_PROTECTIVE_PADS 149 #define HOLD_EFFECT_TERRAIN_EXTENDER 150 +#define HOLD_EFFECT_SEEDS 151 +#define HOLD_EFFECT_ADRENALINE_ORB 152 #define HOLD_EFFECT_CHOICE(holdEffect)((holdEffect == HOLD_EFFECT_CHOICE_BAND || holdEffect == HOLD_EFFECT_CHOICE_SCARF || holdEffect == HOLD_EFFECT_CHOICE_SPECS))