From c406c4cc76341991fbb28072b63a12d73cffdc63 Mon Sep 17 00:00:00 2001 From: laserXdolphin <107103137+laserXdolphin@users.noreply.github.com> Date: Tue, 27 Aug 2024 14:33:58 +0200 Subject: [PATCH] Fixed Ice Fang frostbite and freeze text. The frostbite and freeze texts were swapped. (#5273) --- src/data/moves_info.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/moves_info.h b/src/data/moves_info.h index 08579f274f..cef7b6971a 100644 --- a/src/data/moves_info.h +++ b/src/data/moves_info.h @@ -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,