summaryrefslogtreecommitdiff
path: root/include/unk_02022504.h
diff options
context:
space:
mode:
authorThomas <doodrabbit@hotmail.com>2021-12-17 20:57:03 -0500
committerGitHub <noreply@github.com>2021-12-17 20:57:03 -0500
commitaf67eaffa7ab1a347a6f0e59ed7f1e107749d15a (patch)
treeb9f90f7b047b3dc5a411dbf65117bf07b237a37d /include/unk_02022504.h
parent3ab18655ca1311019212b3a2a9dbe32e5fbee55d (diff)
parent44cd7753b5dde323d1e8274b2dc8a5599729e83f (diff)
Merge pull request #463 from PikalaxALT/pikalax_workHEADmaster
Real-match math_util.c
Diffstat (limited to 'include/unk_02022504.h')
-rw-r--r--include/unk_02022504.h3
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);