From 93d9ad0997bef7a380674f8dface4c09d676c1ef Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Fri, 6 Nov 2020 15:24:00 -0300 Subject: [PATCH 1/2] Fixed the descriptions of Freeze Dry and Flying Press Addresses https://github.com/DizzyEggg/pokeemerald/issues/508 --- src/data/text/move_descriptions.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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[] = _( From c66b77fbf8a119b4e705bc000d167a5b9d0a2756 Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Fri, 6 Nov 2020 21:06:04 -0300 Subject: [PATCH 2/2] Changed Hurricane's animation --- data/battle_anim_scripts.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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