Merge pull request #1627 from ghoulslash/item_expansion

Update Mental Herb Description
This commit is contained in:
Eduardo Quezada D'Ottone 2021-09-20 22:41:01 -03:00 committed by GitHub
commit f4814ae502
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"