mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-16 01:56:27 -05:00
16 lines
310 B
C
16 lines
310 B
C
#ifndef POKEPLATINUM_STRUCT_02101D44_H
|
|
#define POKEPLATINUM_STRUCT_02101D44_H
|
|
|
|
typedef struct {
|
|
u8 unk_00_0 : 1;
|
|
u8 : 1;
|
|
u8 unk_00_2 : 1;
|
|
u8 : 1;
|
|
u8 unk_00_4 : 1;
|
|
u8 unk_00_5 : 1;
|
|
u8 unk_00_6 : 1;
|
|
u8 unk_00_7 : 1;
|
|
} UnkStruct_02101D44;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_02101D44_H
|