From e475813799a4311d06a3403335494ee1ef4acd01 Mon Sep 17 00:00:00 2001 From: ghoulslash Date: Sat, 4 Sep 2021 08:18:38 -0400 Subject: [PATCH] revert mental herb desc --- src/data/text/item_descriptions.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/data/text/item_descriptions.h b/src/data/text/item_descriptions.h index d47152f7f..5f79efc57 100644 --- a/src/data/text/item_descriptions.h +++ b/src/data/text/item_descriptions.h @@ -743,17 +743,10 @@ static const u8 sSootheBellDesc[] = _( "calms spirits and\n" "fosters friendship."); -#if B_MENTAL_HERB < GEN_5 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"