diff options
| author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-05-20 11:46:25 +0200 |
|---|---|---|
| committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-05-20 11:46:25 +0200 |
| commit | 571d9a8d7cff6158e9fcd6327db602349e267d56 (patch) | |
| tree | 3950d2a1a5b085c4a61b9e821684e47a3cf04492 /include/unk_02022504.h | |
| parent | 8af497a617e45668f7c3c0badc1324ce45308183 (diff) | |
| parent | 98f11489806b6dba4c6080c5429b2368d3092541 (diff) | |
Merge branch 'master' into unk_02016B94
Diffstat (limited to 'include/unk_02022504.h')
| -rw-r--r-- | include/unk_02022504.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/unk_02022504.h b/include/unk_02022504.h new file mode 100644 index 00000000..aa541f85 --- /dev/null +++ b/include/unk_02022504.h @@ -0,0 +1,14 @@ +#ifndef POKEDIAMOND_UNK_02022504_H +#define POKEDIAMOND_UNK_02022504_H + +#include "save_block_2.h" +#include "pokemon_storage_system.h" + +void *FUN_02022504(struct SaveBlock2 *sav2); +struct PCStorage *GetStoragePCPointer(struct SaveBlock2 *sav2); +void *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); + +#endif //POKEDIAMOND_UNK_02022504_H |
