summaryrefslogtreecommitdiff
path: root/include/quest_log.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/quest_log.h')
-rw-r--r--include/quest_log.h12
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