update mental herb desc
This commit is contained in:
parent
29b6276e64
commit
f682e409f0
1 changed files with 8 additions and 1 deletions
|
@ -1041,10 +1041,17 @@ static const u8 sSootheBellDesc[] = _(
|
|||
"calms spirits and\n"
|
||||
"fosters friendship.");
|
||||
|
||||
#ifdef BATTLE_ENGINE
|
||||
static const u8 sMentalHerbDesc[] = _(
|
||||
"A hold item that\n"
|
||||
"snaps Pokémon out\n"
|
||||
"snaps POKéMON out\n"
|
||||
"of infatuation.");
|
||||
#else
|
||||
static const u8 sMentalHerbDesc[] = _(
|
||||
"Snaps Pokémon out\n"
|
||||
"of move-binding\n"
|
||||
"effects.");
|
||||
#endif
|
||||
|
||||
static const u8 sChoiceBandDesc[] = _(
|
||||
"Raises a move's\n"
|
||||
|
|
Loading…
Reference in a new issue