diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-10-11 17:21:45 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-10-11 17:21:45 -0400 |
commit | 913f2a9a1d88ca8fb86557cc265cd6ca7fac80e4 (patch) | |
tree | 39cf0ba14572815ef45126b0aa67345139c9f285 /include/global.h | |
parent | feadfc8911db9bde3bc8678ea0a5d9bab0aeef15 (diff) |
through sub_811175C
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/global.h b/include/global.h index f1efeb4e0..5cbdbb360 100644 --- a/include/global.h +++ b/include/global.h @@ -496,8 +496,8 @@ struct QuestLog /*0x0148*/ u8 unk_148[0x120]; /*0x02c8*/ u8 unk_268[0x200]; /*0x0468*/ struct QuestLogNPCData npcData[64]; - /*0x0568*/ u8 filler_568[0x100]; - /*0x0668*/ u8 end[0]; + /*0x0568*/ u16 unk_568[0x80]; + /*0x0668*/ u16 end[0]; }; #define MAP_OBJECTS_COUNT 16 |