diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-10-06 22:00:21 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-10-06 22:00:21 -0400 |
commit | b09d7508d0064ec1d2fe490923d5acc8b272ed27 (patch) | |
tree | 24aa4f03c6715e2e567eabbc5d4d6d67684d753e /include/vs_seeker.h | |
parent | b6cc51de43826e74fef7967b1694133a87c215f9 (diff) |
sub_810C9A8
Diffstat (limited to 'include/vs_seeker.h')
-rw-r--r-- | include/vs_seeker.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/include/vs_seeker.h b/include/vs_seeker.h index e01713f49..d79035576 100644 --- a/include/vs_seeker.h +++ b/include/vs_seeker.h @@ -17,8 +17,13 @@ struct VsSeekerSubstruct struct VsSeekerStruct { /*0x000*/ struct VsSeekerSubstruct unk_000[MAP_OBJECTS_COUNT]; - /*0x100*/ u8 filler_100[0x331]; - /*0x431*/ u8 unk_431_0:3; + /*0x100*/ u8 filler_100[0x300]; + /*0x400*/ u16 unk_400[0x10]; + /*0x420*/ u8 unk_420[0x10]; + /*0x430*/ u8 unk_430; + /*0x431*/ u8 unk_431_0:1; + /*0x431*/ u8 unk_431_1:1; + /*0x431*/ u8 unk_431_2:1; u8 unk_431_3:5; }; |