diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-10-10 07:59:47 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-10-10 07:59:47 -0400 |
commit | b78aef06258d5bc6f44cdcc43987a5dd11f1d975 (patch) | |
tree | 958b7cc70526517e36d1c290e493ec18b428c8df /include | |
parent | f5964c58bd51718381c5492c063662354a86309e (diff) |
sub_8110944
Diffstat (limited to 'include')
-rw-r--r-- | include/global.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h index e1b6ff579..907dc7eaa 100644 --- a/include/global.h +++ b/include/global.h @@ -476,7 +476,9 @@ struct MysteryEventStruct struct QuestLog { - /*0x0000*/ u8 filler_000[0x668]; + /*0x0000*/ u8 filler_000[0x568]; + /*0x0568*/ u8 filler_568[0x100]; + /*0x0668*/ u8 end[0]; }; #define MAP_OBJECTS_COUNT 16 |