From af3dcf7543fbccff76c02a3ad955e56ee33d6dce Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Sat, 16 Jan 2021 03:28:31 -0300 Subject: [PATCH] Fixed Focus Blast animation Its gSuperpowerOrbSpriteTemplate was overlapping the battle textbox. --- data/battle_anim_scripts.s | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/battle_anim_scripts.s b/data/battle_anim_scripts.s index 4bfef447b8..c62255f892 100644 --- a/data/battle_anim_scripts.s +++ b/data/battle_anim_scripts.s @@ -2374,8 +2374,8 @@ Move_FOCUS_BLAST: loadspritegfx ANIM_TAG_CIRCLE_OF_LIGHT loadspritegfx ANIM_TAG_METEOR loadspritegfx ANIM_TAG_FLAT_ROCK - monbg ANIM_TARGET - monbgprio_28 ANIM_TARGET + monbg ANIM_ATK_PARTNER + monbgprio_28 ANIM_ATTACKER setalpha 12, 8 call SetHighSpeedBg createsprite gSuperpowerOrbSpriteTemplate, ANIM_TARGET, 2, 0 @@ -2385,7 +2385,7 @@ Move_FOCUS_BLAST: playsewithpan SE_M_MEGA_KICK2, SOUND_PAN_TARGET waitforvisualfinish call UnsetHighSpeedBg - clearmonbg ANIM_TARGET + clearmonbg ANIM_ATK_PARTNER blendoff delay 1 end