diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-08-31 13:42:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-31 13:42:41 -0400 |
commit | 4cf09577950db22d7f0acf6ede45b8dca1c97156 (patch) | |
tree | cb094078122b217fc67e2285614b79c6e83eaf88 /src/seagallop.c | |
parent | c5839905a1259fd7e843c0ffa1ce2470d40b76ae (diff) | |
parent | bb56d4a3f4cab33f899646e0630282fc6176a9c9 (diff) |
Merge pull request #356 from GriffinRichards/rename-songs
Give songs meaningful english names
Diffstat (limited to 'src/seagallop.c')
-rw-r--r-- | src/seagallop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/seagallop.c b/src/seagallop.c index da020f882..8d10b4078 100644 --- a/src/seagallop.c +++ b/src/seagallop.c @@ -236,7 +236,7 @@ static void CB2_SetUpSeagallopScene(void) case 7: SetDispcnt(); SetVBlankCallback(VBlankCB_SeaGallop); - PlaySE(SE_NAMINORI); + PlaySE(SE_SHIP); CreateFerrySprite(); SetGpuRegBits(REG_OFFSET_DISPCNT, DISPCNT_WIN0_ON); SetGpuReg(REG_OFFSET_WININ, 0x3F); @@ -316,7 +316,7 @@ static void Task_Seagallop_3(void) warpInfo = sSeag[gSpecialVar_0x8006]; SetWarpDestination(warpInfo[0], warpInfo[1], -1, warpInfo[2], warpInfo[3]); PlayRainStoppingSoundEffect(); - PlaySE(SE_KAIDAN); + PlaySE(SE_EXIT); gFieldCallback = FieldCB_DefaultWarpExit; WarpIntoMap(); SetMainCallback2(CB2_LoadMap); |