Update battle_anim_scripts.s
This commit is contained in:
parent
f22666c2a3
commit
9979fe01ac
1 changed files with 3 additions and 3 deletions
|
@ -17902,12 +17902,12 @@ Move_AXE_KICK::
|
|||
loadspritegfx ANIM_TAG_IMPACT
|
||||
playsewithpan SE_M_JUMP_KICK, SOUND_PAN_ATTACKER
|
||||
createsprite gSlideMonToOffsetSpriteTemplate, ANIM_ATTACKER, 2, 0, 20, 0, 0, 4
|
||||
delay 0x7
|
||||
delay 7
|
||||
createsprite gAxeKickSpriteTemplate, ANIM_TARGET, 3
|
||||
delay 0x2
|
||||
delay 2
|
||||
playsewithpan SE_M_COMET_PUNCH, SOUND_PAN_TARGET
|
||||
createsprite gBasicHitSplatSpriteTemplate, ANIM_ATTACKER, 1, 0, 0, ANIM_TARGET, 1
|
||||
createvisualtask AnimTask_SquishTarget, 0x2
|
||||
createvisualtask AnimTask_SquishTarget, 2
|
||||
waitforvisualfinish
|
||||
createsprite gSlideMonToOriginalPosSpriteTemplate, ANIM_ATTACKER, 2, 0, 1, 4
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue