summaryrefslogtreecommitdiff
path: root/arm9/src/game_init.c
diff options
context:
space:
mode:
authorRevo <projectrevotpp@hotmail.com>2021-03-18 16:43:11 -0400
committerGitHub <noreply@github.com>2021-03-18 16:43:11 -0400
commit885d7c10805d581e4758e57ada3908b5dc9eded7 (patch)
tree096abb26ca8dba955a3a5dd13472f031cb40adaf /arm9/src/game_init.c
parentb13eae28b3f8124dc43f185d1e9bdf17b84c4084 (diff)
parentc2c12d21bb89b5b890141f8177a5b2920ed8d885 (diff)
Merge pull request #335 from remicalixte/unk_020166C8
Decompile unk_020166C8.s to heap.c
Diffstat (limited to 'arm9/src/game_init.c')
-rw-r--r--arm9/src/game_init.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/arm9/src/game_init.c b/arm9/src/game_init.c
index 327c66c6..a7508fab 100644
--- a/arm9/src/game_init.c
+++ b/arm9/src/game_init.c
@@ -4,16 +4,15 @@
#include "main.h"
#include "FS_rom.h"
#include "PAD_pad.h"
-#include "heap.h"
#include "MWC_string.h"
#include "tp.h"
#include "unk_0201B4E8.h"
#include "game_init.h"
#include "registers.h"
+#include "heap.h"
#pragma thumb on
-extern void FUN_020166C8(const u32 (*)[2], int, int, int);
extern void FUN_02022450(void);
typedef volatile struct
@@ -142,7 +141,7 @@ void FUN_02015FC8(void)
{
csum++;
}
- FUN_020166C8(UNK_020EDB10, 4, 92, (int)csum);
+ FUN_020166C8((u32 *)UNK_020EDB10, 4, 92, (int)csum);
}
void InitSystemForTheGame(void)