diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-10-06 17:23:14 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-10-06 17:23:14 -0400 |
commit | 53b701c9effd24ec19e1e0dbeb5f411b0674a95d (patch) | |
tree | 8ea4bb2f76d47d6f52e2e899c512a58445a666ea /include/vs_seeker.h | |
parent | 43a0915d90b8c53c3e1fc8141e3c3d6376e18293 (diff) |
sub_810C808
Diffstat (limited to 'include/vs_seeker.h')
-rw-r--r-- | include/vs_seeker.h | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/include/vs_seeker.h b/include/vs_seeker.h index 6db741a11..e01713f49 100644 --- a/include/vs_seeker.h +++ b/include/vs_seeker.h @@ -3,9 +3,21 @@ #include "global.h" +struct VsSeekerSubstruct +{ + const u8 *unk_0; + u16 unk_4; + u8 unk_6; + u8 unk_7; + u16 unk_8; + u16 unk_a; + u8 unk_c; +}; + struct VsSeekerStruct { - /*0x000*/ u8 filler_00[0x431]; + /*0x000*/ struct VsSeekerSubstruct unk_000[MAP_OBJECTS_COUNT]; + /*0x100*/ u8 filler_100[0x331]; /*0x431*/ u8 unk_431_0:3; u8 unk_431_3:5; }; |