summaryrefslogtreecommitdiff
path: root/src/mevent.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-10-08 10:31:33 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-10-08 10:31:33 -0400
commit99bd3d91547858203c84cdf7f4ec37effabc0385 (patch)
tree0474d1930129cd1943300d1be78b849061e3532f /src/mevent.c
parent0f67a952a396c80984236b45974407bcc8f6191d (diff)
Finish main menu decomp
Diffstat (limited to 'src/mevent.c')
-rw-r--r--src/mevent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mevent.c b/src/mevent.c
index af2006e14..a7115d2d4 100644
--- a/src/mevent.c
+++ b/src/mevent.c
@@ -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);