diff options
author | yenatch <yenatch@gmail.com> | 2016-09-09 01:16:58 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2016-09-09 01:16:58 -0400 |
commit | 5080b9083c70d12528015678940af9b3c61a7faa (patch) | |
tree | e6467e8f7cec95b8ca5e10f0ae2c0d0bea7ae67d /src/link.c | |
parent | 8de743b6acbb32dcd2b5d52e82530831b91f4b59 (diff) | |
parent | 06bed8be90c865057378482f2b179749b082619c (diff) |
Merge remote-tracking branch 'origin/master' into more-map-splits
Diffstat (limited to 'src/link.c')
-rw-r--r-- | src/link.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/link.c b/src/link.c index a5d848b83..13fcf8c05 100644 --- a/src/link.c +++ b/src/link.c @@ -27,7 +27,7 @@ struct LinkTestBGInfo u32 dummy_C; }; -extern void sub_8071C4C(const struct WindowConfig *); +extern void InitMenuWindow(const struct WindowConfig *); extern void sub_80516C4(u8, u16); extern u8 unk_2000000[]; @@ -237,7 +237,7 @@ static void LinkTestScreen(void) ResetTasks(); SetVBlankCallback(VBlankCB_LinkTest); SetUpWindowConfig(&gWindowConfig_81E6CE4); - sub_8071C4C(&gWindowConfig_81E6CE4); + InitMenuWindow(&gWindowConfig_81E6CE4); ResetBlockSend(); gLinkType = 0x1111; OpenLink(); @@ -1224,8 +1224,8 @@ void CB2_LinkError(void) ResetTasks(); SetVBlankCallback(VBlankCB_LinkTest); SetUpWindowConfig(&gWindowConfig_81E7198); - sub_8071C4C(&gWindowConfig_81E7198); - sub_8071EF4(); + InitMenuWindow(&gWindowConfig_81E7198); + MenuZeroFillScreen(); REG_BLDALPHA = 0; REG_BG0VOFS = 0; REG_BG0HOFS = 0; |