diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-11-24 10:45:15 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-24 10:45:15 -0600 |
commit | 80116a80fd98679c0449efe33c4e460947f4b8d0 (patch) | |
tree | 312a72b8513694aab4db01941cc5d2b37b53dd4e /include/quest_log.h | |
parent | 2ed26ab8fcd4e302ab4aac6bb01dba7b5c985914 (diff) | |
parent | bc6416ddd96182d5f786add8d1c1945a2f82f2b9 (diff) |
Merge pull request #22 from PikalaxALT/quest_log
Quest log
Diffstat (limited to 'include/quest_log.h')
-rw-r--r-- | include/quest_log.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/include/quest_log.h b/include/quest_log.h new file mode 100644 index 000000000..9f8a0ea21 --- /dev/null +++ b/include/quest_log.h @@ -0,0 +1,25 @@ +#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; + +void sub_8112720(u8); +void sub_8113550(u16, const u16 *); + +#endif //GUARD_QUEST_LOG_H |