mirror of
https://github.com/pret/pokeheartgold.git
synced 2024-12-02 18:16:37 +00:00
20 lines
358 B
C
20 lines
358 B
C
#ifndef POKEHEARTGOLD_UNK_02018380_H
|
|
#define POKEHEARTGOLD_UNK_02018380_H
|
|
|
|
#include "igt.h"
|
|
|
|
typedef struct UnkStruct_021D10E8 {
|
|
u32 unk0;
|
|
IGT *igt;
|
|
u64 unk8;
|
|
u32 unk10;
|
|
u32 unk14;
|
|
u64 unk18;
|
|
} UnkStruct_021D10E8;
|
|
|
|
void sub_02018380(void);
|
|
void sub_020183B0(void);
|
|
void sub_0201838C(IGT *igt);
|
|
|
|
#endif // POKEHEARTGOLD_UNK_02018380_H
|