summaryrefslogtreecommitdiff
path: root/src/main_menu.c
diff options
context:
space:
mode:
authorhuderlem <huderlem@gmail.com>2019-04-01 07:32:43 -0500
committerGitHub <noreply@github.com>2019-04-01 07:32:43 -0500
commitb34961792c65dd31025ebb35d05b39428aad51e0 (patch)
tree8c1ad4182225c08ca6c5e063c487fda5193afd4a /src/main_menu.c
parent93c4e35d844046d12c7d8bcc64e8fc3e03e85e0d (diff)
parentade01833781ee8a8057f2b2945095bababb2e639 (diff)
Merge pull request #641 from PikalaxALT/mystery_gift
Mystery gift documentation
Diffstat (limited to 'src/main_menu.c')
-rw-r--r--src/main_menu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main_menu.c b/src/main_menu.c
index cbd257cb1..8c9612c24 100644
--- a/src/main_menu.c
+++ b/src/main_menu.c
@@ -38,6 +38,7 @@
#include "text_window.h"
#include "title_screen.h"
#include "window.h"
+#include "mystery_gift.h"
/*
* Main menu state machine
@@ -1083,7 +1084,7 @@ static void Task_HandleMainMenuAPressed(u8 taskId)
DestroyTask(taskId);
break;
case ACTION_EREADER:
- SetMainCallback2(sub_801867C);
+ SetMainCallback2(c2_ereader);
DestroyTask(taskId);
break;
case ACTION_INVALID: