diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-04-05 18:02:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-05 18:02:48 +0100 |
commit | c5cab80791a88849e8ed05113785de3928e7e39d (patch) | |
tree | f92fd5449737893203f969b79740e364aa89093b /arm9/modules/52/src | |
parent | 8132e1e5678b0bde7421acf7600c223854fe7c01 (diff) | |
parent | 26764d76ffd40635b2def675db2e61199a853617 (diff) |
Merge branch 'master' into scrcmd_16
Diffstat (limited to 'arm9/modules/52/src')
-rw-r--r-- | arm9/modules/52/src/module_52.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/modules/52/src/module_52.c b/arm9/modules/52/src/module_52.c index a5b53e6c..1f74c77f 100644 --- a/arm9/modules/52/src/module_52.c +++ b/arm9/modules/52/src/module_52.c @@ -1,5 +1,6 @@ #include "module_52.h" #include "heap.h" +#include "unk_0205FA2C.h" extern struct Unk21DBE18 UNK_020FD144; @@ -7,7 +8,6 @@ extern struct Unk21DBE18 UNK_020F2B7C; extern struct Unk21DBE18 UNK_020F2B8C; extern void FUN_02015E3C(struct IGT *igt); -extern void FUN_0206007C(struct SaveBlock2 *sav2); extern int FUN_02053678(u32 random, u32 gender, u32 param2); extern void FUN_020250C4(void *sav_ptr, u32 heap_id, const u8 param2[], u32 param3); extern void FUN_020377E0(struct SaveBlock2 *sav2); |