summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-10-10 11:25:05 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2018-10-10 11:25:05 -0400
commit572929c3523aeb2f563821f07724f5356df61d76 (patch)
treebfb41a278649b70a5677d08ade65fa1f18fda738 /include/global.h
parenta7a6457014c93b3314c6fc8bfe9be1b3c6e946d5 (diff)
sub_8110BB0
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/include/global.h b/include/global.h
index 907dc7eaa..4efd21e48 100644
--- a/include/global.h
+++ b/include/global.h
@@ -476,7 +476,13 @@ struct MysteryEventStruct
struct QuestLog
{
- /*0x0000*/ u8 filler_000[0x568];
+ /*0x0000*/ u8 unk_000;
+ /*0x0001*/ s8 unk_001;
+ /*0x0002*/ s8 unk_002;
+ /*0x0003*/ s8 unk_003;
+ /*0x0004*/ s16 unk_004;
+ /*0x0006*/ s16 unk_006;
+ /*0x0008*/ u8 filler_008[0x560];
/*0x0568*/ u8 filler_568[0x100];
/*0x0668*/ u8 end[0];
};
@@ -489,7 +495,7 @@ struct QuestLog
struct SaveBlock1
{
- /*0x0000*/ u8 filler[0x4];
+ /*0x0000*/ struct Coords16 pos;
/*0x0004*/ struct WarpData location;
/*0x0C*/ struct WarpData warp1;
/*0x14*/ struct WarpData warp2;