mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
15 lines
294 B
C
15 lines
294 B
C
#ifndef POKEPLATINUM_STRUCT_OV83_0223FAAC_H
|
|
#define POKEPLATINUM_STRUCT_OV83_0223FAAC_H
|
|
|
|
typedef struct {
|
|
u32 unk_00;
|
|
u32 unk_04;
|
|
u32 unk_08;
|
|
u32 unk_0C;
|
|
u32 unk_10;
|
|
BOOL unk_14;
|
|
BOOL unk_18;
|
|
} UnkStruct_ov83_0223FAAC;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV83_0223FAAC_H
|