mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 15:07:47 -05:00
17 lines
538 B
C
17 lines
538 B
C
#ifndef POKEPLATINUM_STRUCT_OV22_02258A48_H
|
|
#define POKEPLATINUM_STRUCT_OV22_02258A48_H
|
|
|
|
typedef struct UnkStruct_ov22_02258A48_t {
|
|
void *unk_00;
|
|
void (*unk_04)(struct UnkStruct_ov22_02258A48_t *param0);
|
|
void (*unk_08)(struct UnkStruct_ov22_02258A48_t *param0);
|
|
void (*unk_0C)(struct UnkStruct_ov22_02258A48_t *param0);
|
|
void (*unk_10)(struct UnkStruct_ov22_02258A48_t *param0);
|
|
s16 unk_14;
|
|
s16 unk_16;
|
|
u8 unk_18;
|
|
u8 padding[3];
|
|
} UnkStruct_ov22_02258A48;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV22_02258A48_H
|