Merge pull request #1357 from LOuroboros/focus_blast
Fixed Focus Blast animation
This commit is contained in:
commit
4ce3572f80
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue