mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-06-01 05:01:11 -05:00
12 lines
284 B
C
12 lines
284 B
C
#ifndef POKEHEARTGOLD_UNK_02031B0C_H
|
|
#define POKEHEARTGOLD_UNK_02031B0C_H
|
|
|
|
#include "save.h"
|
|
|
|
typedef struct SaveApricornBox SaveApricornBox;
|
|
|
|
SaveApricornBox *Save_ApricornBox_get(SAVEDATA *saveData);
|
|
void sub_02031CCC(SaveApricornBox *, int);
|
|
|
|
#endif //POKEHEARTGOLD_UNK_02031B0C_H
|