mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 07:29:01 -05:00
12 lines
273 B
C
12 lines
273 B
C
#ifndef POKEPLATINUM_STRUCT_OV66_02231560_SUB1_H
|
|
#define POKEPLATINUM_STRUCT_OV66_02231560_SUB1_H
|
|
|
|
typedef struct {
|
|
u16 unk_00;
|
|
u8 unk_02;
|
|
u8 unk_03_0 : 4;
|
|
u8 unk_03_4 : 4;
|
|
} UnkStruct_ov66_02231560_sub1;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV66_02231560_SUB1_H
|