sub_810C9A8

This commit is contained in:
PikalaxALT
2018-10-06 22:00:21 -04:00
parent b6cc51de43
commit b09d7508d0
5 changed files with 325 additions and 237 deletions
+7 -2
View File
@@ -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;
};