mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
19 lines
361 B
C
19 lines
361 B
C
#ifndef POKEPLATINUM_STRUCT_OV17_0224EDE0_H
|
|
#define POKEPLATINUM_STRUCT_OV17_0224EDE0_H
|
|
|
|
typedef struct {
|
|
u16 unk_00;
|
|
u8 unk_02;
|
|
u8 unk_03;
|
|
u8 unk_04;
|
|
u8 unk_05;
|
|
u8 unk_06;
|
|
u8 unk_07;
|
|
u8 unk_08_0 : 1;
|
|
u8 unk_08_1 : 1;
|
|
u8 unk_08_2 : 1;
|
|
u8 : 5;
|
|
} UnkStruct_ov17_0224EDE0;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV17_0224EDE0_H
|