mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 07:29:01 -05:00
18 lines
359 B
C
18 lines
359 B
C
#ifndef POKEPLATINUM_STRUCT_OV48_0225650C_1_H
|
|
#define POKEPLATINUM_STRUCT_OV48_0225650C_1_H
|
|
|
|
typedef struct {
|
|
int unk_00;
|
|
int unk_04;
|
|
int unk_08;
|
|
struct {
|
|
u8 unk_00;
|
|
u8 unk_01;
|
|
} unk_0C[64];
|
|
BOOL unk_8C;
|
|
BOOL unk_90;
|
|
BOOL unk_94[4];
|
|
} UnkStruct_ov48_0225650C_1;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV48_0225650C_1_H
|