diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-04-05 18:01:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-05 18:01:11 +0100 |
commit | 26764d76ffd40635b2def675db2e61199a853617 (patch) | |
tree | 568040779b529c326f6c54f4f1d6fdef213f506d /arm9/modules/52/src/module_52.c | |
parent | 86133019045a497eceb6975ac63651319642f236 (diff) | |
parent | 72ecd04439857ccf7a07d8142d9d2bf50af13747 (diff) |
Merge pull request #355 from remicalixte/unk_0205FA2C
Decompile unk_0205FA2C.s
Diffstat (limited to 'arm9/modules/52/src/module_52.c')
-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); |