Skip to content

Commit

Permalink
Update battle_anim_scripts.s
Browse files Browse the repository at this point in the history
  • Loading branch information
kittenchilly committed Jul 28, 2024
1 parent f22666c commit 9979fe0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/battle_anim_scripts.s
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9979fe0

Please sign in to comment.