Merge pull request #1695 from ultima-soul/mental_herb_desc

Enable Mental Herb Description Toggling Based on B_MENTAL_HERB Config
This commit is contained in:
Eduardo Quezada D'Ottone 2021-09-27 18:54:47 -03:00 committed by GitHub
commit 6c265152dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1041,16 +1041,16 @@ static const u8 sSootheBellDesc[] = _(
"calms spirits and\n" "calms spirits and\n"
"fosters friendship."); "fosters friendship.");
#ifndef BATTLE_ENGINE #if defined(BATTLE_ENGINE) && 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[] = _( static const u8 sMentalHerbDesc[] = _(
"Snaps Pokémon out\n" "Snaps Pokémon out\n"
"of move-binding\n" "of move-binding\n"
"effects."); "effects.");
#else
static const u8 sMentalHerbDesc[] = _(
"A hold item that\n"
"snaps Pokémon out\n"
"of infatuation.");
#endif #endif
static const u8 sChoiceBandDesc[] = _( static const u8 sChoiceBandDesc[] = _(