diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-28 12:20:20 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-28 12:20:20 -0400 |
commit | 24ac46856ad10af92054d82b4ec50486feaf222e (patch) | |
tree | 2b8ff76d6f7cf4855e254b6a8c28a890ba7756e4 /include/quest_log.h | |
parent | 9c62fd51aabaf9301d6a89a03a8e3ddf91d61164 (diff) |
through sub_805644C
Diffstat (limited to 'include/quest_log.h')
-rw-r--r-- | include/quest_log.h | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/include/quest_log.h b/include/quest_log.h index c92c3dd16..a353cf709 100644 --- a/include/quest_log.h +++ b/include/quest_log.h @@ -4,23 +4,10 @@ #include "global.h" #include "quest_log_battle.h" #include "constants/quest_log.h" - -struct UnkStruct_3005E90 -{ - u8 unk_0; - u8 unk_1_0:1; - u8 unk_1_1:1; - u8 unk_1_2:1; - u8 unk_1_3:1; - u8 unk_1_4:1; - u8 unk_2; -}; +#include "field_control_avatar.h" extern u8 gQuestLogState; extern u8 gUnknown_3005E88; -extern u16 sNumEventsInLogEntry; -extern struct UnkStruct_3005E90 gUnknown_3005E90; -extern struct QuestLogEntry * sCurQuestLogEntry; extern const u16 gUnknown_84566A8[]; void sub_8112720(u8); @@ -61,5 +48,8 @@ void sub_8112588(u8 localId, u8 mapNum, u8 mapGroup, u8 movementActionId, u8 dur void sub_8112C9C(void); void sub_8110920(void); void sub_8111708(void); +void sub_81127F8(struct FieldInput * a0); +void sub_8112B3C(void); +void RunQuestLogCB(void); #endif //GUARD_QUEST_LOG_H |