diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-07-10 13:28:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-10 13:28:47 +0100 |
commit | a90be187f047da58dd05fbd4322719856b94fc13 (patch) | |
tree | 845d8dbe395227c709bd401d1d4e01f8eabfe467 /arm9/src/game_init.c | |
parent | f7c8156c5bbcff485a212e39c57802fb98bdcd00 (diff) | |
parent | 795f3323f2649e89e3cfe89676bf0d0f182a6c5d (diff) |
Merge pull request #430 from SNBeast/master
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 9cc12ad2..44dcc111 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); - static struct { void * contents; u32 name_hash; |