diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-04-06 00:37:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-06 00:37:08 -0400 |
commit | 93d17ef7c886b96791931ba50406b59756e1bdbd (patch) | |
tree | a96f8cc5e480114dadd1362372da0606c26bc928 /include/quest_log.h | |
parent | 5f1a4de374417b7580131d45c0a478f062f3916f (diff) | |
parent | 35a578c62050893d5f347f637acbdcbbfb99f311 (diff) |
Merge branch 'master' into doc-rm
Diffstat (limited to 'include/quest_log.h')
-rw-r--r-- | include/quest_log.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/quest_log.h b/include/quest_log.h index 54da8822a..090d0daf6 100644 --- a/include/quest_log.h +++ b/include/quest_log.h @@ -9,7 +9,7 @@ extern u8 gQuestLogState; extern u8 gUnknown_3005E88; extern const u16 gUnknown_84566A8[]; -extern struct FieldInput gUnknown_3005E90; +extern struct FieldInput gQuestLogFieldInput; void sub_8112720(u8); void SetQuestLogEvent(u16, const u16 *); @@ -27,8 +27,8 @@ void sub_8111CF0(void); void ResetQuestLog(void); void ResetTrainerFanClub(void); void TrySetUpQuestLogScenes_ElseContinueFromSave(u8 taskId); -void sub_8112450(void); -void sub_8112364(void); +void SaveQuestLogData(void); +void QuestLog_OnInteractionWithSpecialNpc(void); u8 sub_8112CAC(void); void sub_81138F8(void); void sub_811231C(void); |