Fixed Ice Fang frostbite and freeze text. The frostbite and freeze texts were swapped. (#5273)

This commit is contained in:
laserXdolphin 2024-08-27 14:33:58 +02:00 committed by GitHub
parent e9c8bd0548
commit c406c4cc76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10596,9 +10596,9 @@ const struct MoveInfo gMovesInfo[MOVES_COUNT_DYNAMAX] =
.description = COMPOUND_STRING(
"May cause flinching or\n"
#if B_USE_FROSTBITE == TRUE
"leave the foe frozen."),
#else
"leave the foe with frostbite."),
#else
"leave the foe frozen."),
#endif
.effect = EFFECT_HIT,
.power = 65,