mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-03-06 15:38:11 +01:00
Enable Mental Herb description toggling based on B_MENTAL_HERB config.
This commit is contained in:
parent
3ab909f165
commit
de35894669
@ -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[] = _(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user