summaryrefslogtreecommitdiff
path: root/arm9/modules
diff options
context:
space:
mode:
authorRémi Calixte <remicalixte.rmc@gmail.com>2021-04-03 15:18:24 +0200
committerRémi Calixte <remicalixte.rmc@gmail.com>2021-04-03 15:18:24 +0200
commit44a082830ef1aaff60449d9dc2b01fdcf8300e7f (patch)
tree17cef35efed5785657989899f6a446bb1a2e9056 /arm9/modules
parentb20e00af7417022971bdf37870b66ccb8d3c52a0 (diff)
remove extern declaration
Diffstat (limited to 'arm9/modules')
-rw-r--r--arm9/modules/52/src/module_52.c2
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);