diff --git a/src/data/text/item_descriptions.h b/src/data/text/item_descriptions.h index c102b4116..83edfdbdb 100644 --- a/src/data/text/item_descriptions.h +++ b/src/data/text/item_descriptions.h @@ -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"