summaryrefslogtreecommitdiff
path: root/src/intro.c
diff options
context:
space:
mode:
authorNieDzejkob <niedzejkob@gmail.com>2017-05-21 19:46:04 +0200
committerNieDzejkob <niedzejkob@gmail.com>2017-05-21 20:21:00 +0200
commit619da0f339c4d529de919d0b73b747fa16127d37 (patch)
tree579962dc4e894db2f8e27e0a98f82c65f2baacee /src/intro.c
parent5847cceee4656ca5ffd08eb57d90e2cccdaaea60 (diff)
PlaySE renaming after rebase
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 00c9894cf..ea6edba3d 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)
- PlaySoundEffect(SE_OP_BASYU);
+ PlaySE(SE_OP_BASYU);
if (gIntroFrameCounter == 850)
BeginNormalPaletteFade(0xFFFFFFFF, 4, 0, 0x10, 0xFFFF);
if (gIntroFrameCounter == 946)