summaryrefslogtreecommitdiff
path: root/src/mevent.c
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-10-09 20:33:28 -0400
committerGitHub <noreply@github.com>2019-10-09 20:33:28 -0400
commitc61603fb3812011981e22478bce93aba8b7ec183 (patch)
tree0bcf628e1f3615159cbae3e5c638825544699182 /src/mevent.c
parent77a6ee507fdeef8d6a3b8146c70df107e124b0b5 (diff)
parentf3bd7f06c9f260597575f60af8daf8985ce80fe1 (diff)
Merge pull request #113 from PikalaxALT/main_menu
Main menu and Song Constants
Diffstat (limited to 'src/mevent.c')
-rw-r--r--src/mevent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mevent.c b/src/mevent.c
index af2006e14..f1c9d8a4c 100644
--- a/src/mevent.c
+++ b/src/mevent.c
@@ -192,7 +192,7 @@ u32 sub_8143770(u8 * r4, u16 * r5)
case 2:
if (GetLinkPlayerCount_2() == 2)
{
- PlaySE(SE_TOY_G);
+ PlaySE(SE_PINPON);
CheckShouldAdvanceLinkState();
*r5 = 0;
*r4 = 3;
@@ -475,7 +475,7 @@ void sub_8143910(u8 taskId)
data->state = 0;
break;
case 26:
- sub_812B484();
+ HelpSystem_Enable();
Free(data->t10);
DestroyTask(taskId);
SetMainCallback2(MainCB_FreeAllBuffersAndReturnToInitTitleScreen);