diff options
-rw-r--r-- | arm9/modules/52/src/module_52.c | 2 | ||||
-rw-r--r-- | arm9/src/unk_0205FA2C.c | 17 | ||||
-rw-r--r-- | include/unk_0205FA2C.h | 16 |
3 files changed, 18 insertions, 17 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); diff --git a/arm9/src/unk_0205FA2C.c b/arm9/src/unk_0205FA2C.c index dde83a06..25411c1a 100644 --- a/arm9/src/unk_0205FA2C.c +++ b/arm9/src/unk_0205FA2C.c @@ -27,6 +27,23 @@ extern int FUN_0202A538(u32 param0, u16 param1, u32 param2); + +const u8 UNK_020F7454[] = { + 0x00, + 0x01, + 0x02, + 0x04, + 0x03, + 0x05, + 0x06, + 0x07, + 0x08, + 0x00, + 0x00, + 0x00, +}; + + THUMB_FUNC u32 FUN_0205FA2C(struct UnkCallbackStruct1_0205FA2C *param0, struct UnkStruct_0204639C *param1, u32 heap_id) { struct UnkPlayerStruct1_0205FA2C *ptr = diff --git a/include/unk_0205FA2C.h b/include/unk_0205FA2C.h index 7875b5e9..c8d6da6d 100644 --- a/include/unk_0205FA2C.h +++ b/include/unk_0205FA2C.h @@ -16,22 +16,6 @@ #include "unk_020286F8.h" -const u8 UNK_020F7454[] = { - 0x00, - 0x01, - 0x02, - 0x04, - 0x03, - 0x05, - 0x06, - 0x07, - 0x08, - 0x00, - 0x00, - 0x00, -}; - - struct UnkPlayerStruct1_0205FA2C { /* 0x00 */ struct PlayerParty *player_party; |