Defined a hold effect for the terrain effect boosting seeds and the Adrenaline Orb.
This commit is contained in:
parent
ee8b72e68c
commit
2f4aceb4a9
1 changed files with 2 additions and 0 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue