mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-22 23:20:49 -05:00
16 lines
313 B
C
16 lines
313 B
C
#ifndef POKEPLATINUM_STRUCT_OV61_0222AFCC_H
|
|
#define POKEPLATINUM_STRUCT_OV61_0222AFCC_H
|
|
|
|
typedef struct {
|
|
u8 unk_00;
|
|
u8 unk_01;
|
|
u8 unk_02;
|
|
u8 unk_03;
|
|
u16 unk_04;
|
|
u8 unk_06_0 : 1;
|
|
u8 unk_06_1 : 7;
|
|
u8 unk_07;
|
|
} UnkStruct_ov61_0222AFCC;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV61_0222AFCC_H
|