mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-21 14:37:32 -05:00
25 lines
477 B
C
25 lines
477 B
C
#ifndef POKEPLATINUM_STRUCT_0207D3B0_H
|
|
#define POKEPLATINUM_STRUCT_0207D3B0_H
|
|
|
|
typedef struct UnkStruct_0207D3B0_t {
|
|
u16 unk_00;
|
|
u8 unk_02;
|
|
u8 unk_03;
|
|
u8 unk_04;
|
|
u8 unk_05;
|
|
u8 unk_06;
|
|
u8 unk_07;
|
|
u16 unk_08_0 : 5;
|
|
u16 unk_08_5 : 1;
|
|
u16 unk_08_6 : 1;
|
|
u16 unk_08_7 : 4;
|
|
u16 unk_08_11 : 5;
|
|
u8 unk_0A;
|
|
u8 unk_0B;
|
|
u8 unk_0C;
|
|
u8 unk_0D;
|
|
u8 unk_0E[20];
|
|
} UnkStruct_0207D3B0;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0207D3B0_H
|