pokeplatinum/include/struct_defs/struct_0200F7A0.h
2024-07-06 14:40:34 -07:00

24 lines
491 B
C

#ifndef POKEPLATINUM_STRUCT_0200F7A0_H
#define POKEPLATINUM_STRUCT_0200F7A0_H
#include "struct_defs/struct_0200F600.h"
#include "struct_defs/struct_02010658.h"
typedef struct {
int unk_00;
int unk_04;
int unk_08;
int unk_0C;
int unk_10;
void *unk_14;
UnkStruct_02010658 *unk_18;
UnkStruct_0200F600 *unk_1C;
int unk_20;
u16 unk_24;
u8 padding_26[2];
u32 unk_28;
u32 unk_2C;
} UnkStruct_0200F7A0;
#endif // POKEPLATINUM_STRUCT_0200F7A0_H