diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-08 19:54:02 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-08 19:54:02 -0400 |
commit | 73e62801445cd2e5367b00a48830e437785128db (patch) | |
tree | 8659d67c9198a54decde0d5eeed54e6fd9b708da /include/quest_log.h | |
parent | 9f4f0df4d708f720990111034131de703ebfbb19 (diff) |
Document fldeff_flash and map_preview_screen
Diffstat (limited to 'include/quest_log.h')
-rw-r--r-- | include/quest_log.h | 2 |
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); |