From f682e409f05ff7a46b3fec39daf3b849f26039e8 Mon Sep 17 00:00:00 2001 From: ghoulslash Date: Sat, 4 Sep 2021 08:19:57 -0400 Subject: [PATCH] update mental herb desc --- src/data/text/item_descriptions.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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"