Merge pull request #1627 from ghoulslash/item_expansion
Update Mental Herb Description
This commit is contained in:
commit
f4814ae502
1 changed files with 7 additions and 0 deletions
|
@ -1041,10 +1041,17 @@ static const u8 sSootheBellDesc[] = _(
|
|||
"calms spirits and\n"
|
||||
"fosters friendship.");
|
||||
|
||||
#ifndef BATTLE_ENGINE
|
||||
static const u8 sMentalHerbDesc[] = _(
|
||||
"A hold item that\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