summaryrefslogtreecommitdiff
path: root/include/quest_log.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-03-09 10:13:55 -0400
committerGitHub <noreply@github.com>2020-03-09 10:13:55 -0400
commitc40d7241ff2d2c0220550339b27a2725aac856fe (patch)
tree05e2c9607d600aa3d36c9d3c8a3b2ca172b66a4c /include/quest_log.h
parentac38e814546eca637ea4bafe8792b8d38ff486a3 (diff)
parent02aed8fc8e2496cc62873fc52de54c89f0b9ac83 (diff)
Merge pull request #294 from PikalaxALT/fldeff_flash
fldeff_flash.c
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 3241046bc..b2645954f 100644
--- a/include/quest_log.h
+++ b/include/quest_log.h
@@ -26,7 +26,7 @@ extern const u16 gUnknown_84566A8[];
void sub_8112720(u8);
void SetQuestLogEvent(u16, const u16 *);
void sub_811539C(void);
-void sub_8115748(u16);
+void QuestLog_RecordEnteredMap(u16);
u8 sub_8112CAC(void);
bool8 QuestLog_SchedulePlaybackCB(void (*func)(void));
void sub_8111F38(u16 offset, u16 idx);