mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-18 17:34:20 +01:00
Merge pull request #1627 from ghoulslash/item_expansion
Update Mental Herb Description
This commit is contained in:
commit
f4814ae502
@ -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…
x
Reference in New Issue
Block a user