diff options
author | paul <nintendo6496@googlemail.com> | 2018-11-24 19:57:36 +0100 |
---|---|---|
committer | paul <nintendo6496@googlemail.com> | 2018-11-24 19:57:36 +0100 |
commit | 4744a7d96ec21fc9480165061990ba98a774a469 (patch) | |
tree | 0c24d7e392d5cc4302e6ed6381b2a2dc047a2b3a /include/quest_log.h | |
parent | 284bbf91af43b0c9928865894cbc1d3001e57c16 (diff) | |
parent | fecda40501d39c633435fe2777ebc93d92233ca1 (diff) |
Merge remote-tracking branch 'upstream/master'
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 |