mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-13 16:46:29 -05:00
24 lines
494 B
C
24 lines
494 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
|