summaryrefslogtreecommitdiff
path: root/src/intro.c
diff options
context:
space:
mode:
authorNieDzejkob <niedzejkob@gmail.com>2017-05-15 16:19:18 +0200
committerNieDzejkob <niedzejkob@gmail.com>2017-05-21 19:33:00 +0200
commitd0549706007b1a24ffd75ba40594e70dda3ee123 (patch)
treec93b4fd5a53b9897b0ce974d031069434885a622 /src/intro.c
parent2774cb1bae07fe079c7faf53f697ea78ac8e76d4 (diff)
Rename PlaySE to PlaySoundEffect - wide code is good code, daycare.c renames, match sub_80B92AC in record_mixing
Diffstat (limited to 'src/intro.c')
-rw-r--r--src/intro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intro.c b/src/intro.c
index ea6edba3d..00c9894cf 100644
--- a/src/intro.c
+++ b/src/intro.c
@@ -1419,7 +1419,7 @@ static void Task_IntroPokemonBattle(u8 taskId)
gSprites[spriteId].invisible = 1;
}
if (gIntroFrameCounter == 800)
- PlaySE(SE_OP_BASYU);
+ PlaySoundEffect(SE_OP_BASYU);
if (gIntroFrameCounter == 850)
BeginNormalPaletteFade(0xFFFFFFFF, 4, 0, 0x10, 0xFFFF);
if (gIntroFrameCounter == 946)