diff --git a/data/battle_anim_scripts.s b/data/battle_anim_scripts.s index 9ae7ec02d3..0fd7f71aeb 100644 --- a/data/battle_anim_scripts.s +++ b/data/battle_anim_scripts.s @@ -6617,8 +6617,8 @@ Move_HURRICANE: call UnsetPsychicBg end HurricaneGust: - launchtemplate gPoisonBubbleSpriteTemplate 0x82, 2 0 0xfff0 - launchtask AnimTask_AnimateGustTornadoPalette 5 2 1 0x46 + createsprite gEllipticalGustSpriteTemplate, ANIM_ATTACKER, 2, 0, -16 + createvisualtask AnimTask_AnimateGustTornadoPalette, 5, 1, 70 return diff --git a/src/data/text/move_descriptions.h b/src/data/text/move_descriptions.h index 44f61ffe03..5eec2a1bc1 100644 --- a/src/data/text/move_descriptions.h +++ b/src/data/text/move_descriptions.h @@ -2170,7 +2170,7 @@ static const u8 sFUSION_BOLTDescription[] = _( "Works well with a fireball."); static const u8 sFLYING_PRESSDescription[] = _( - "This attack does FightingDash\n" + "This attack does Fighting\n" "and Flying-type damage."); static const u8 sMAT_BLOCKDescription[] = _( @@ -2218,7 +2218,7 @@ static const u8 sPETAL_BLIZZARDDescription[] = _( "of petals to attack."); static const u8 sFREEZE_DRYDescription[] = _( - "Super effective on WaterDash\n" + "Super effective on Water-\n" "types. May cause freezing."); static const u8 sDISARMING_VOICEDescription[] = _(