summaryrefslogtreecommitdiff
path: root/include/quest_log.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-10-26 10:30:42 -0400
committerGitHub <noreply@github.com>2019-10-26 10:30:42 -0400
commitf10d7d01c598872043caaa8b19e2cf6f452c7d5d (patch)
treeba22ac09546c2f323f7d45a70b5665c629c6d46b /include/quest_log.h
parent1f569f0136952135a0e17fe22cf180c0e87dd007 (diff)
parent680e03618a6cc7da3072eef6caa02c2fc682065a (diff)
Merge pull request #133 from PikalaxALT/script_menu
Script menu
Diffstat (limited to 'include/quest_log.h')
-rw-r--r--include/quest_log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/quest_log.h b/include/quest_log.h
index adab57526..8165486ce 100644
--- a/include/quest_log.h
+++ b/include/quest_log.h
@@ -27,7 +27,7 @@ void sub_8113550(u16, const u16 *);
void sub_811539C(void);
void sub_8115748(u16);
u8 sub_8112CAC(void);
-bool8 sub_81119D4(void (*func)(void));
+bool8 QuestLog_SchedulePlaybackCB(void (*func)(void));
void sub_8111F38(u16, u16);
void sub_8111134(void);
void DestroyHelpMessageWindow(u8 a0);