diff options
Diffstat (limited to 'include/unk_02022504.h')
-rw-r--r-- | include/unk_02022504.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/unk_02022504.h b/include/unk_02022504.h index 62e4def1..7087cbc5 100644 --- a/include/unk_02022504.h +++ b/include/unk_02022504.h @@ -3,10 +3,11 @@ #include "save_block_2.h" #include "pokemon_storage_system.h" +#include "unk_0202AC20.h" void *FUN_02022504(struct SaveBlock2 *sav2); struct PCStorage *GetStoragePCPointer(struct SaveBlock2 *sav2); -void *FUN_0202251C(struct SaveBlock2 *sav2); +struct UnkStruct_0202AC20 * FUN_0202251C(struct SaveBlock2 *sav2); void *FUN_02022528(struct SaveBlock2 *sav2); u8 *LoadHallOfFame(struct SaveBlock2 *sav2, u32 heap_id, int *ret_p); s32 SaveHallOfFame(struct SaveBlock2 *sav2, u8 *data); |