mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-21 22:47:54 -05:00
15 lines
305 B
C
15 lines
305 B
C
#ifndef POKEPLATINUM_STRUCT_020279FC_H
|
|
#define POKEPLATINUM_STRUCT_020279FC_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_02_0 : 2;
|
|
u16 unk_02_2 : 5;
|
|
u16 : 1;
|
|
} UnkStruct_020279FC;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_020279FC_H
|