Skip to content

Commit

Permalink
Added B_UPDATED_MOVE_DATA checks against Acid/Crunch's descriptions (#…
Browse files Browse the repository at this point in the history
…3586)

Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com>
  • Loading branch information
fdeblasio and AlexOn1ine committed Nov 20, 2023
1 parent cb245a0 commit f356bb1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/data/text/move_descriptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,11 @@ static const u8 sDisableDescription[] = _(

static const u8 sAcidDescription[] = _(
"Sprays a hide-melting acid.\n"
#if B_UPDATED_MOVE_DATA >= GEN_4
"May lower Sp. Def.");
#else
"May lower Defense.");
#endif

static const u8 sEmberDescription[] = _(
"A weak fire attack that may\n"
Expand Down Expand Up @@ -986,7 +990,11 @@ static const u8 sSunnyDayDescription[] = _(

static const u8 sCrunchDescription[] = _(
"Crunches with sharp fangs.\n"
#if B_UPDATED_MOVE_DATA >= GEN_4
"May lower Defense.");
#else
"May lower Sp. Def.");
#endif

static const u8 sMirrorCoatDescription[] = _(
"Counters the foe's special\n"
Expand Down

0 comments on commit f356bb1

Please sign in to comment.