diff options
author | SNBeast <snburchett@gmail.com> | 2021-07-08 20:17:54 -0400 |
---|---|---|
committer | SNBeast <snburchett@gmail.com> | 2021-07-08 20:17:54 -0400 |
commit | d30bc8b08414a6a564b1d3fb9ba7b49eaa972844 (patch) | |
tree | 864dd6213bf2be8a351a4ec06ef7bbd87a383e8b /arm9/src/game_init.c | |
parent | 79d007487abb2706c42f2d01d74c8d8a41e6ac43 (diff) |
Decompile unk_02022450.s
Diffstat (limited to 'arm9/src/game_init.c')
-rw-r--r-- | arm9/src/game_init.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arm9/src/game_init.c b/arm9/src/game_init.c index 1c6098ea..020d4b75 100644 --- a/arm9/src/game_init.c +++ b/arm9/src/game_init.c @@ -7,6 +7,7 @@ #include "MWC_string.h" #include "tp.h" #include "unk_0201B4E8.h" +#include "unk_02022450.h" #include "game_init.h" #include "registers.h" #include "heap.h" @@ -14,8 +15,6 @@ #pragma thumb on -extern void FUN_02022450(void); - typedef volatile struct { u8 sys_and_irq_stack[0x3F80]; |