mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-17 02:27:38 -05:00
15 lines
320 B
C
15 lines
320 B
C
#ifndef POKEPLATINUM_STRUCT_0203D8EC_H
|
|
#define POKEPLATINUM_STRUCT_0203D8EC_H
|
|
|
|
typedef struct {
|
|
u16 unk_00_0 : 4;
|
|
u16 unk_00_4 : 2;
|
|
u16 unk_00_6 : 1;
|
|
u16 unk_00_7 : 1;
|
|
u16 unk_00_8 : 2;
|
|
u16 unk_00_10 : 5;
|
|
u16 padding_00_15 : 1;
|
|
} UnkStruct_0203D8EC;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0203D8EC_H
|