mirror of
https://github.com/pret/pokeemerald.git
synced 2026-09-13 05:26:53 -05:00
Defined a hold effect for the terrain effect boosting seeds and the Adrenaline Orb.
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user