Fix savage spin out spider web template (#7137)
Co-authored-by: ghoulslash <pokevoyager0@gmail.com>
This commit is contained in:
parent
9adb84b2d0
commit
a154d7a7a4
@ -29943,7 +29943,7 @@ gBattleAnimMove_SavageSpinOut::
|
||||
call gSavageSpinOutStringBlastSpriteTemplateSHOT
|
||||
call gSavageSpinOutStringBlastSpriteTemplateSHOT
|
||||
call gSavageSpinOutStringBlastSpriteTemplateSHOT
|
||||
createsprite gSpiderWebSpriteTemplate, ANIM_TARGET, 2 @ spider web
|
||||
createsprite gSpiderWebSpriteTemplate, ANIM_ATTACKER, 2, 0, 0, FALSE @ spider web
|
||||
call gSavageSpinOutStringBlastSpriteTemplateSHOT
|
||||
delay 0xe
|
||||
blendoff
|
||||
@ -30013,7 +30013,7 @@ FinishSavageSpinOut:
|
||||
playsewithpan SE_M_EXPLOSION, SOUND_PAN_TARGET
|
||||
createsprite gSavageSpinOutWhiteExplosionSpriteTemplate, ANIM_TARGET, 3, 0x18, 0xffe8, ANIM_TARGET, 0x1
|
||||
delay 0x6
|
||||
createsprite gSpiderWebSpriteTemplate, ANIM_TARGET, 2 @ spider web
|
||||
createsprite gSpiderWebSpriteTemplate, ANIM_ATTACKER, 2, 0, 0, FALSE @ spider web
|
||||
playsewithpan SE_M_EXPLOSION, SOUND_PAN_TARGET
|
||||
createsprite gSavageSpinOutWhiteExplosionSpriteTemplate, ANIM_TARGET, 3, 0xfff0, 0x10, ANIM_TARGET, 0x1
|
||||
delay 0x6
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user