summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-10-13 16:04:33 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2018-10-13 16:04:33 -0400
commitddb2440809e0f222175c43045fc0d450cf7c0938 (patch)
tree44cf9a74a19f995c3f0f5351ddbcb171fddd9db1 /include
parent9dd0dffc664fed37831d51206a44f8d864207e35 (diff)
sub_8112940
Diffstat (limited to 'include')
-rw-r--r--include/quest_log.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/quest_log.h b/include/quest_log.h
index 280a04423..f3fc04f41 100644
--- a/include/quest_log.h
+++ b/include/quest_log.h
@@ -1,8 +1,20 @@
#ifndef GUARD_QUEST_LOG_H
#define GUARD_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;
+};
+
extern u8 gUnknown_3005E88;
extern u16 gUnknown_3005E8C;
+extern struct UnkStruct_3005E90 gUnknown_3005E90;
extern struct UnkStruct_203AE98 * gUnknown_3005E94;
#endif //GUARD_QUEST_LOG_H