summaryrefslogtreecommitdiff
path: root/src/battle_anim_special.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/battle_anim_special.c')
-rwxr-xr-xsrc/battle_anim_special.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/battle_anim_special.c b/src/battle_anim_special.c
index 3c2a60077..d9cc2a477 100755
--- a/src/battle_anim_special.c
+++ b/src/battle_anim_special.c
@@ -736,7 +736,7 @@ static void sub_813FCBC(u8 taskId)
{
if (gSprites[gBattlerSpriteIds[GetBattlerAtPosition(B_POSITION_PLAYER_LEFT)]].animCmdIndex == 1)
{
- PlaySE12WithPanning(SE_NAGERU, 0);
+ PlaySE12WithPanning(SE_BALL_THROW, 0);
gSprites[gTasks[taskId].data[0]].callback = sub_813FD90;
CreateTask(sub_813FD34, 10);
gTasks[taskId].func = sub_813FB7C;
@@ -824,7 +824,7 @@ static void sub_813FEC8(struct Sprite *sprite)
taskId = sprite->data[5];
if (++gTasks[taskId].data[1] == 11)
- PlaySE(SE_SUIKOMU);
+ PlaySE(SE_BALL_TRADE);
switch (gTasks[taskId].data[0])
{
@@ -903,16 +903,16 @@ static void sub_8140058(struct Sprite *sprite)
switch (bounceCount)
{
case 1:
- PlaySE(SE_KON);
+ PlaySE(SE_BALL_BOUNCE_1);
break;
case 2:
- PlaySE(SE_KON2);
+ PlaySE(SE_BALL_BOUNCE_2);
break;
case 3:
- PlaySE(SE_KON3);
+ PlaySE(SE_BALL_BOUNCE_3);
break;
default:
- PlaySE(SE_KON4);
+ PlaySE(SE_BALL_BOUNCE_4);
break;
}
}
@@ -956,7 +956,7 @@ static void sub_8140158(struct Sprite *sprite)
StartSpriteAffineAnim(sprite, 1);
ewram17840.unkC = 0;
sprite->callback = sub_81401A0;
- PlaySE(SE_BOWA);
+ PlaySE(SE_BALL);
}
}
@@ -1098,7 +1098,7 @@ static void sub_81401A0(struct Sprite *sprite)
else
StartSpriteAffineAnim(sprite, 1);
- PlaySE(SE_BOWA);
+ PlaySE(SE_BALL);
}
break;
}
@@ -1135,7 +1135,7 @@ static void sub_8140454(struct Sprite *sprite)
gDoingBattleAnim = 0;
UpdateOamPriorityInAllHealthboxes(1);
m4aMPlayAllStop();
- PlaySE(MUS_FANFA5);
+ PlaySE(MUS_EVOLVED);
}
else if (sprite->data[4] == 315)
{
@@ -1307,7 +1307,7 @@ u8 AnimateBallOpenParticles(u8 x, u8 y, u8 priority, u8 subpriority, u8 ballInde
gTasks[taskId].data[3] = priority;
gTasks[taskId].data[4] = subpriority;
gTasks[taskId].data[15] = ballIndex;
- PlaySE(SE_BOWA2);
+ PlaySE(SE_BALL_OPEN);
if (gMain.inBattle)
ewram17840.unkA++;
@@ -1950,7 +1950,7 @@ static void sub_814191C(u8 taskId)
else
pan = 63;
- PlaySE12WithPanning(SE_REAPOKE, pan);
+ PlaySE12WithPanning(SE_SHINY, pan);
}
}