diff options
Diffstat (limited to 'include/quest_log.h')
-rw-r--r-- | include/quest_log.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/include/quest_log.h b/include/quest_log.h new file mode 100644 index 000000000..90eb290ca --- /dev/null +++ b/include/quest_log.h @@ -0,0 +1,22 @@ +#ifndef GUARD_QUEST_LOG_H +#define GUARD_QUEST_LOG_H + +#include "global.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 |