mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-24 11:15:26 -05:00
23 lines
524 B
C
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
|