diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-07 19:37:53 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-07 19:37:53 -0400 |
commit | 54559c2e082a9a5fa8f525e0a83baf6d07e9ef38 (patch) | |
tree | 7f84cfb0bc8061b73c04088737f11c237a401762 /include/quest_log.h | |
parent | a538befd555600c76cd4cd111348181c551b647c (diff) |
More quest log documentation
Diffstat (limited to 'include/quest_log.h')
-rw-r--r-- | include/quest_log.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/quest_log.h b/include/quest_log.h index 7c20f2de4..adf43de95 100644 --- a/include/quest_log.h +++ b/include/quest_log.h @@ -8,12 +8,12 @@ struct QuestLogEntry { - u8 unk_0; - u8 unk_1; - u8 unk_2; - u8 unk_3; - u16 unk_4; - u8 unk_6; + u8 localId; + u8 mapNum; + u8 mapGroup; + u8 animId; + u16 duration; + u8 command; }; struct UnkStruct_203B044 |