diff options
Diffstat (limited to 'include/vs_seeker.h')
-rw-r--r-- | include/vs_seeker.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/vs_seeker.h b/include/vs_seeker.h new file mode 100644 index 000000000..6db741a11 --- /dev/null +++ b/include/vs_seeker.h @@ -0,0 +1,13 @@ +#ifndef GUARD_VS_SEEKER_H +#define GUARD_VS_SEEKER_H + +#include "global.h" + +struct VsSeekerStruct +{ + /*0x000*/ u8 filler_00[0x431]; + /*0x431*/ u8 unk_431_0:3; + u8 unk_431_3:5; +}; + +#endif //GUARD_VS_SEEKER_H |