Fixed Focus Blast animation

Its gSuperpowerOrbSpriteTemplate was overlapping the battle textbox.
This commit is contained in:
LOuroboros 2021-01-16 03:28:31 -03:00
parent bd8950e8a0
commit af3dcf7543

View file

@ -2374,8 +2374,8 @@ Move_FOCUS_BLAST:
loadspritegfx ANIM_TAG_CIRCLE_OF_LIGHT loadspritegfx ANIM_TAG_CIRCLE_OF_LIGHT
loadspritegfx ANIM_TAG_METEOR loadspritegfx ANIM_TAG_METEOR
loadspritegfx ANIM_TAG_FLAT_ROCK loadspritegfx ANIM_TAG_FLAT_ROCK
monbg ANIM_TARGET monbg ANIM_ATK_PARTNER
monbgprio_28 ANIM_TARGET monbgprio_28 ANIM_ATTACKER
setalpha 12, 8 setalpha 12, 8
call SetHighSpeedBg call SetHighSpeedBg
createsprite gSuperpowerOrbSpriteTemplate, ANIM_TARGET, 2, 0 createsprite gSuperpowerOrbSpriteTemplate, ANIM_TARGET, 2, 0
@ -2385,7 +2385,7 @@ Move_FOCUS_BLAST:
playsewithpan SE_M_MEGA_KICK2, SOUND_PAN_TARGET playsewithpan SE_M_MEGA_KICK2, SOUND_PAN_TARGET
waitforvisualfinish waitforvisualfinish
call UnsetHighSpeedBg call UnsetHighSpeedBg
clearmonbg ANIM_TARGET clearmonbg ANIM_ATK_PARTNER
blendoff blendoff
delay 1 delay 1
end end