summaryrefslogtreecommitdiff
path: root/arm9/src
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-06-02 15:15:45 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-06-02 15:15:45 -0400
commita5eed2caf6f8bfa1ad0daf25b03853bca1d7e155 (patch)
treef62ec618512dc60f249a42df8ef70b9e202660a7 /arm9/src
parentda886eccda180fa10389a8299c1f99ea31ebdb9b (diff)
Move declarations to header
Diffstat (limited to 'arm9/src')
-rw-r--r--arm9/src/unk_0204639C.c41
1 files changed, 1 insertions, 40 deletions
diff --git a/arm9/src/unk_0204639C.c b/arm9/src/unk_0204639C.c
index f9241dc6..fda2acbd 100644
--- a/arm9/src/unk_0204639C.c
+++ b/arm9/src/unk_0204639C.c
@@ -1,48 +1,9 @@
#include "global.h"
#include "heap.h"
+#include "unk_0204639C.h"
#pragma thumb on
-struct UnkStruct_0204639C;
-
-typedef BOOL (*UnkStruct_0204639C_cb)(struct UnkStruct_0204639C * );
-
-struct UnkStruct_0204639C
-{
- struct UnkStruct_0204639C * unk0;
- UnkStruct_0204639C_cb unk4;
- u32 unk8;
- u32 * unkC;
- struct UnkStruct_0204639C * unk10;
- void * unk14;
- struct UnkStruct_0204639C * unk18;
- u32 * unk1C;
-};
-
-extern void LoadOverlay_MODULE_05(void *);
-extern void FUN_020373D4(struct UnkStruct_0204639C *, u32, u32);
-extern BOOL FUN_020373AC(void *);
-extern BOOL FUN_0203739C(void *);
-extern BOOL FUN_020373C4(void *);
-
-struct UnkStruct_0204639C * FUN_0204639C(struct UnkStruct_0204639C * r5, UnkStruct_0204639C_cb r6, u32 * r7);
-void FUN_020463CC(struct UnkStruct_0204639C * r5, UnkStruct_0204639C_cb r4, u32 * r6);
-void FUN_020463EC(struct UnkStruct_0204639C * r4, UnkStruct_0204639C_cb r1, u32 * r2);
-void FUN_0204640C(struct UnkStruct_0204639C * r4, UnkStruct_0204639C_cb r1, u32 * r2);
-BOOL FUN_02046420(struct UnkStruct_0204639C * r5);
-BOOL FUN_0204646C(struct UnkStruct_0204639C * r0);
-BOOL FUN_0204647C(void * r4);
-void FUN_0204649C(void * r0);
-BOOL FUN_020464A4(void * r0);
-BOOL FUN_020464B8(struct UnkStruct_0204639C * r4);
-void FUN_02046500(struct UnkStruct_0204639C * r6, u32 r5, u32 r4);
-u32 * FUN_0204652C(struct UnkStruct_0204639C * r0);
-u32 * FUN_02046530(struct UnkStruct_0204639C * r0);
-u32 FUN_02046534(struct UnkStruct_0204639C * r0);
-
-struct UnkStruct_0204639C * FUN_02046528(struct UnkStruct_0204639C *);
-u32 * FUN_0204652C(struct UnkStruct_0204639C *);
-
struct UnkStruct_0204639C * FUN_0204639C(struct UnkStruct_0204639C * r5, UnkStruct_0204639C_cb r6, u32 * r7)
{
struct UnkStruct_0204639C * ret = AllocFromHeapAtEnd(32, sizeof(struct UnkStruct_0204639C));