diff options
Diffstat (limited to 'include/unk_02029FB0.h')
-rw-r--r-- | include/unk_02029FB0.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/unk_02029FB0.h b/include/unk_02029FB0.h index 545a6d3a..1cea6b45 100644 --- a/include/unk_02029FB0.h +++ b/include/unk_02029FB0.h @@ -1,9 +1,14 @@ #ifndef POKEDIAMOND_UNK_02029FB0_H #define POKEDIAMOND_UNK_02029FB0_H +#include "save_block_2.h" +#include "pokedex.h" struct UnkStruct_02029FB0 { u8 unk[0x14C]; }; -#endif +struct UnkStruct_02029FB0 * FUN_02029FC8(struct SaveBlock2 * sav2); +void FUN_0202A1C4(struct UnkStruct_02029FB0 * unk, struct Pokedex * pokedex, u16 species); + +#endif //POKEDIAMOND_UNK_02029FB0_H |