summaryrefslogtreecommitdiff
path: root/src/link.c
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-09-05 19:48:25 -0700
committerYamaArashi <shadow962@live.com>2016-09-05 19:48:25 -0700
commit306c907472ccf77198e1b05bc0020cf0bff4539b (patch)
treebb403de793affe7e6b9dbb51627123f6ec40f333 /src/link.c
parent079989e1bb3333381d3e90246550d20a2f46caa9 (diff)
simplify function names
Diffstat (limited to 'src/link.c')
-rw-r--r--src/link.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/link.c b/src/link.c
index 0fa1f4673..13fcf8c05 100644
--- a/src/link.c
+++ b/src/link.c
@@ -27,7 +27,7 @@ struct LinkTestBGInfo
u32 dummy_C;
};
-extern void InitMenuWindowConfig(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);
- InitMenuWindowConfig(&gWindowConfig_81E6CE4);
+ InitMenuWindow(&gWindowConfig_81E6CE4);
ResetBlockSend();
gLinkType = 0x1111;
OpenLink();
@@ -1224,7 +1224,7 @@ void CB2_LinkError(void)
ResetTasks();
SetVBlankCallback(VBlankCB_LinkTest);
SetUpWindowConfig(&gWindowConfig_81E7198);
- InitMenuWindowConfig(&gWindowConfig_81E7198);
+ InitMenuWindow(&gWindowConfig_81E7198);
MenuZeroFillScreen();
REG_BLDALPHA = 0;
REG_BG0VOFS = 0;