diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-14 21:27:45 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-15 16:00:45 -0500 |
commit | 04d176334ad590d3462e3c1eb75c1313705ae183 (patch) | |
tree | 865ca807901bf57e63523b19f2d535c7ef391f89 /include/quest_log.h | |
parent | 2f81b4a204d051aeb88580dc63381011ec49fcbb (diff) |
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); |