mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 07:29:01 -05:00
12 lines
284 B
C
12 lines
284 B
C
#ifndef POKEPLATINUM_STRUCT_OV23_0224A294_SUB1_H
|
|
#define POKEPLATINUM_STRUCT_OV23_0224A294_SUB1_H
|
|
|
|
typedef struct {
|
|
u8 unk_00_0 : 4;
|
|
u8 unk_00_4 : 4;
|
|
u8 unk_00_8 : 1;
|
|
u8 unk_00_9 : 1;
|
|
} UnkStruct_ov23_0224A294_sub1;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV23_0224A294_SUB1_H
|