summaryrefslogtreecommitdiff
path: root/include/quest_log.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-02-19 15:43:59 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2020-02-19 15:43:59 -0500
commit0125c1440e52404d53b4d91451cf03b625ba4634 (patch)
tree53b3c44ccd7b24fee79548efed648fb7c95f6488 /include/quest_log.h
parent4280723f0ef24ff218cb81fd4ce8eb7abf063d34 (diff)
trainer_see through CheckPathBetweenTrainerAndPlayer
Diffstat (limited to 'include/quest_log.h')
-rw-r--r--include/quest_log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/quest_log.h b/include/quest_log.h
index eddd4c02a..25d0d5871 100644
--- a/include/quest_log.h
+++ b/include/quest_log.h
@@ -49,5 +49,6 @@ void *QuestLogGetFlagOrVarPtr(bool8 isFlag, u16 idx);
void QuestLogSetFlagOrVar(bool8 isFlag, u16 idx, u16 value);
void sub_8110840(void *oldSave);
void sub_8112F18(u8 windowId);
+bool8 sub_8111C2C(void);
#endif //GUARD_QUEST_LOG_H