sub_810C808
This commit is contained in:
+13
-1
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user