pokeplatinum/include/struct_defs/struct_0202855C.h
Adrienn Tindall 1e43770d0a v0, v1
2024-04-03 19:40:34 -04:00

23 lines
524 B
C

#ifndef POKEPLATINUM_STRUCT_0202855C_H
#define POKEPLATINUM_STRUCT_0202855C_H
typedef struct UnkStruct_0202855C_t {
u32 unk_00_0 : 20;
u32 unk_04_0 : 20;
u32 unk_08_0 : 20;
u32 unk_0C_0 : 20;
u32 unk_10_0 : 20;
u32 unk_14_0 : 20;
u32 unk_18_0 : 20;
u32 unk_1C_0 : 20;
u32 unk_20_0 : 20;
u32 unk_24_0 : 20;
u32 unk_28_0 : 20;
u32 unk_2C_0 : 20;
u32 unk_30_0 : 20;
u32 unk_34_0 : 20;
u32 unk_38_0 : 20;
} SecretBaseRecord;
#endif // POKEPLATINUM_STRUCT_0202855C_H