Fix Fiery Wrath anim (#3739)
This commit is contained in:
parent
94ffeb2cf8
commit
e339bc4f29
1 changed files with 4 additions and 1 deletions
|
@ -15344,6 +15344,7 @@ Move_FREEZING_GLARE::
|
|||
Move_FIERY_WRATH::
|
||||
loadspritegfx ANIM_TAG_SMALL_EMBER
|
||||
loadspritegfx ANIM_TAG_PURPLE_RING
|
||||
monbg ANIM_DEF_PARTNER
|
||||
playsewithpan SE_M_SACRED_FIRE2, 0xc0
|
||||
createvisualtask AnimTask_BlendBattleAnimPal, 0xa, F_PAL_BG, 0x2, 0x0, 0xE, 0x0
|
||||
createvisualtask AnimTask_BlendBattleAnimPal, 0xa, F_PAL_ATTACKER, 0x4, 0x0, 0x8, 0x1F
|
||||
|
@ -15364,6 +15365,7 @@ Move_FIERY_WRATH::
|
|||
createvisualtask AnimTask_BlendBattleAnimPal, 0xa, F_PAL_DEF_SIDE, 0x2, 0x9, 0x0, 0x3006
|
||||
createvisualtask AnimTask_BlendBattleAnimPal, 0xa, F_PAL_BG, 0x1, 0xE, 0x0, 0x0
|
||||
waitforvisualfinish
|
||||
clearmonbg ANIM_DEF_PARTNER
|
||||
end
|
||||
|
||||
FieryWrathGeyser:
|
||||
|
@ -15381,6 +15383,7 @@ FieryWrathGeyser:
|
|||
delay 0x0
|
||||
createsprite gSpriteTemplate_FieryWrathGeyser, ANIM_TARGET, 4, ANIM_TARGET, 0xfffc, 0x10
|
||||
createsprite gSpriteTemplate_FieryWrathGeyser, ANIM_TARGET, 4, ANIM_DEF_PARTNER, 0xfffc, 0x10
|
||||
delay 0x0
|
||||
createsprite gSpriteTemplate_FieryWrathGeyser, ANIM_TARGET, 4, ANIM_TARGET, 0x100D, 0x10
|
||||
createsprite gSpriteTemplate_FieryWrathGeyser, ANIM_TARGET, 4, ANIM_DEF_PARTNER, 0x100D, 0x10
|
||||
delay 0x0
|
||||
|
@ -15413,10 +15416,10 @@ FieryWrathGeyser:
|
|||
delay 0x0
|
||||
createsprite gSpriteTemplate_FieryWrathGeyser, ANIM_TARGET, 4, ANIM_TARGET, 0xfff0, 0x10
|
||||
createsprite gSpriteTemplate_FieryWrathGeyser, ANIM_TARGET, 4, ANIM_DEF_PARTNER, 0xfff0, 0x10
|
||||
delay 0x0
|
||||
return
|
||||
|
||||
|
||||
|
||||
@Credits to Skeli
|
||||
Move_THUNDEROUS_KICK::
|
||||
loadspritegfx ANIM_TAG_IMPACT
|
||||
|
|
Loading…
Reference in a new issue