diff options
Diffstat (limited to 'include/unk_02029FBO.h')
-rw-r--r-- | include/unk_02029FBO.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/unk_02029FBO.h b/include/unk_02029FBO.h new file mode 100644 index 00000000..3d01a257 --- /dev/null +++ b/include/unk_02029FBO.h @@ -0,0 +1,10 @@ +#ifndef POKEDIAMOND_UNK_02029FBO_H +#define POKEDIAMOND_UNK_02029FBO_H + +#include "save_block_2.h" +#include "pokedex.h" + +void *FUN_02029FC8(struct SaveBlock2 *sav2); +void *FUN_0202A1C4(void *unkSavStruct, struct Pokedex *pokedex, u16 species); + +#endif //POKEDIAMOND_UNK_02029FBO_H
\ No newline at end of file |