mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 07:29:01 -05:00
15 lines
376 B
C
15 lines
376 B
C
#ifndef POKEPLATINUM_STRUCT_OV61_0222BED8_SUB2_SUB5_H
|
|
#define POKEPLATINUM_STRUCT_OV61_0222BED8_SUB2_SUB5_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 unk_00_15 : 1;
|
|
} UnkStruct_ov61_0222BED8_sub2_sub5;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV61_0222BED8_SUB2_SUB5_H
|