diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-07-02 22:19:49 +0200 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-07-02 22:19:49 +0200 |
commit | 41a9423550ce33ccbc0a9034ff59e473acc4702c (patch) | |
tree | 7806ae8b67525d93c14dd33be0a03b3f7a4b5a89 /arm9/src/main.c | |
parent | 067a94af916cdc506fd468aaff3de336f5a9cbcf (diff) | |
parent | 8f7c115c0e110aa50a5c81b9a8f7dec31760fa67 (diff) |
Merge branch 'master' of github.com:pret/pokediamond
Diffstat (limited to 'arm9/src/main.c')
-rw-r--r-- | arm9/src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/src/main.c b/arm9/src/main.c index 46f8add7..d1a60190 100644 --- a/arm9/src/main.c +++ b/arm9/src/main.c @@ -14,6 +14,7 @@ #include "timer3.h" #include "unk_02031734.h" #include "unk_0202F150.h" +#include "wfc_user_info_warning.h" #include "module_52.h" #include "font.h" @@ -29,7 +30,6 @@ struct UnkStruct_02016FA8 UNK_02016FA8; extern void FUN_02022294(void); extern void GF_InitRTCWork(void); extern int FUN_020337E8(int); -extern void FUN_02034188(int, int); extern void FUN_02089D90(int); extern void FUN_0200A2AC(void); extern void FUN_02015E30(void); @@ -69,7 +69,7 @@ THUMB_FUNC void NitroMain(void) InitSoundData(Sav2_Chatot_get(UNK_02016FA8.unk18), Sav2_PlayerData_GetOptionsAddr(UNK_02016FA8.unk18)); Init_Timer3(); if (FUN_020337E8(3) == 3) - FUN_02034188(3, 0); + ShowWFCUserInfoWarning(3, 0); if (FUN_020227FC(UNK_02016FA8.unk18) == 0) { FUN_02089D90(0); |