mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-11 05:14:21 -05:00
14 lines
350 B
C
14 lines
350 B
C
#ifndef POKEHEARTGOLD_UNK_0202C034_H
|
|
#define POKEHEARTGOLD_UNK_0202C034_H
|
|
|
|
#include "save.h"
|
|
|
|
struct UnkStruct_021D2230;
|
|
|
|
void sub_0202C6FC(SAVEDATA *saveData);
|
|
void sub_0202C714(SAVEDATA *saveData);
|
|
struct UnkStruct_021D2230 *sub_0202C6F4(SAVEDATA *saveData);
|
|
int sub_0202C2F8(struct UnkStruct_021D2230 *unk);
|
|
|
|
#endif //POKEHEARTGOLD_UNK_0202C034_H
|