mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-18 17:34:20 +01:00
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:
commit
6c265152dd
@ -1041,16 +1041,16 @@ 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
|
||||
#if defined(BATTLE_ENGINE) && B_MENTAL_HERB >= GEN_5
|
||||
static const u8 sMentalHerbDesc[] = _(
|
||||
"Snaps Pokémon out\n"
|
||||
"of move-binding\n"
|
||||
"effects.");
|
||||
#else
|
||||
static const u8 sMentalHerbDesc[] = _(
|
||||
"A hold item that\n"
|
||||
"snaps Pokémon out\n"
|
||||
"of infatuation.");
|
||||
#endif
|
||||
|
||||
static const u8 sChoiceBandDesc[] = _(
|
||||
|
Loading…
x
Reference in New Issue
Block a user