Added B_UPDATED_MOVE_DATA checks against Acid/Crunch's descriptions (#3586)

Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com>
This commit is contained in:
Frank DeBlasio 2023-11-20 14:07:34 -05:00 committed by GitHub
parent cb245a00c6
commit f356bb1cee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
@ -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"