summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-11-27 08:44:24 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2018-11-27 08:44:24 -0500
commita738e3dca5563355df0b31323a95e017ce9205d6 (patch)
tree6d10f7ccc65b6b11a690223a91726157b5b000b8 /include/global.h
parent7e684b32f108bc484f3f8ba66b209d3f633e8acd (diff)
More documentation and enums
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/global.h b/include/global.h
index 84597dba0..d99f912ae 100644
--- a/include/global.h
+++ b/include/global.h
@@ -574,8 +574,8 @@ struct QuestLog
struct FameCheckerSaveData
{
- /*3a54*/ u16 unk_0_0:2;
- u16 unk_0_2:12;
+ /*3a54*/ u16 pickState:2;
+ u16 flavorTextFlags:12;
u16 unk_0_E:2;
};