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/mevent.c | |
parent | c5839905a1259fd7e843c0ffa1ce2470d40b76ae (diff) | |
parent | bb56d4a3f4cab33f899646e0630282fc6176a9c9 (diff) |
Merge pull request #356 from GriffinRichards/rename-songs
Give songs meaningful english names
Diffstat (limited to 'src/mevent.c')
-rw-r--r-- | src/mevent.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mevent.c b/src/mevent.c index 469019fa6..3069c4d0a 100644 --- a/src/mevent.c +++ b/src/mevent.c @@ -177,7 +177,7 @@ static u32 EReaderReceive(u8 * state_p, u16 * receiveDelay) case 2: if (GetLinkPlayerCount_2() == 2) { - PlaySE(SE_PINPON); + PlaySE(SE_DING_DONG); CheckShouldAdvanceLinkState(); *receiveDelay = 0; *state_p = 3; @@ -443,7 +443,7 @@ static void Task_EReaderComm(u8 taskId) if (AdvanceDelayTimerCheckTimeout(&data->stateAdvanceDelay, 120)) { AddTextPrinterToWindow1(gJPText_NewTrainerHasComeToSevii); - PlayFanfare(MUS_FANFA4); + PlayFanfare(MUS_OBTAIN_ITEM); data->state = 19; } break; |