diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-01-16 09:53:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-16 09:53:08 -0500 |
commit | fad367402892e1c25634c4448936d84a621c341c (patch) | |
tree | b796aba2ae57729cae5f78767336082dd46a6b21 /include/quest_log.h | |
parent | 0bc479db34154988c6322bf5f2bb6d48556f62c3 (diff) | |
parent | 884b46a5dc26ae9e0c0abcf7e0d69c1122a30e22 (diff) |
Merge pull request #225 from GriffinRichards/doc-questlog
Document some quest log
Diffstat (limited to 'include/quest_log.h')
-rw-r--r-- | include/quest_log.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/include/quest_log.h b/include/quest_log.h index 3dfd5f35c..eddd4c02a 100644 --- a/include/quest_log.h +++ b/include/quest_log.h @@ -3,6 +3,7 @@ #include "global.h" #include "quest_log_battle.h" +#include "constants/quest_log.h" struct UnkStruct_3005E90 { @@ -15,7 +16,7 @@ struct UnkStruct_3005E90 u8 unk_2; }; -extern u8 gUnknown_203ADFA; +extern u8 gQuestLogState; extern u8 gUnknown_3005E88; extern u16 sNumQuestLogs; extern struct UnkStruct_3005E90 gUnknown_3005E90; @@ -23,7 +24,7 @@ extern struct UnkStruct_203AE98 * gUnknown_3005E94; extern const u16 gUnknown_84566A8[]; void sub_8112720(u8); -void sub_8113550(u16, const u16 *); +void SetQuestLogEvent(u16, const u16 *); void sub_811539C(void); void sub_8115748(u16); u8 sub_8112CAC(void); @@ -35,8 +36,8 @@ u8 CreateHelpMessageWindow(void); void PrintTextOnHelpMessageWindow(const u8 * text, u8 mode); void MapNamePopupWindowIdSetDummy(void); void sub_8111CF0(void); -void sub_811089C(void); -void sub_8113044(void); +void ResetQuestLog(void); +void ResetTrainerFanClub(void); void TrySetUpQuestLogScenes_ElseContinueFromSave(u8 taskId); void sub_8112450(void); void sub_8112364(void); |