mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 07:29:01 -05:00
12 lines
258 B
C
12 lines
258 B
C
#ifndef POKEPLATINUM_STRUCT_OV72_0223E7D8_H
|
|
#define POKEPLATINUM_STRUCT_OV72_0223E7D8_H
|
|
|
|
typedef struct {
|
|
u8 unk_00[8];
|
|
u8 unk_08[8];
|
|
u8 unk_10_0 : 4;
|
|
u8 unk_10_4 : 4;
|
|
} UnkStruct_ov72_0223E7D8;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV72_0223E7D8_H
|