mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-24 05:07:18 -05:00
15 lines
413 B
C
15 lines
413 B
C
#ifndef POKEHEARTGOLD_UNK_0202C034_H
|
|
#define POKEHEARTGOLD_UNK_0202C034_H
|
|
|
|
#include "save.h"
|
|
|
|
typedef struct UnkStruct_021D2230 UnkStruct_021D2230;
|
|
|
|
void sub_0202C6FC(SaveData *saveData);
|
|
void sub_0202C714(SaveData *saveData);
|
|
UnkStruct_021D2230 *sub_0202C6F4(SaveData *saveData);
|
|
int sub_0202C2F8(struct UnkStruct_021D2230 *a0);
|
|
void *sub_0202C08C(UnkStruct_021D2230 *a0);
|
|
|
|
#endif //POKEHEARTGOLD_UNK_0202C034_H
|