summaryrefslogtreecommitdiff
path: root/src/mystery_event_menu.c
diff options
context:
space:
mode:
authorPhlosioneer <mattmdrr2@gmail.com>2019-02-22 01:40:11 -0500
committerPhlosioneer <mattmdrr2@gmail.com>2019-02-22 01:40:11 -0500
commit44e92ce2596981c8d42b70922e5ae84d6b321ab1 (patch)
treecdbe34972f5cbce52f0446243c0262c0b7bf11a0 /src/mystery_event_menu.c
parent199863f21f41b3a51d9a6302ca7c3c2864ee1c17 (diff)
Give window drawing functions better names
Diffstat (limited to 'src/mystery_event_menu.c')
-rw-r--r--src/mystery_event_menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mystery_event_menu.c b/src/mystery_event_menu.c
index b0f0ba302..2a1617592 100644
--- a/src/mystery_event_menu.c
+++ b/src/mystery_event_menu.c
@@ -133,7 +133,7 @@ static void CB2_MysteryEventMenu(void)
switch (gMain.state)
{
case 0:
- SetWindowBorderStyle(0, 1, 1, 0xD);
+ DrawStdFrameWithCustomTileAndPalette(0, 1, 1, 0xD);
PutWindowTilemap(0);
CopyWindowToVram(0, 3);
ShowBg(0);
@@ -180,7 +180,7 @@ static void CB2_MysteryEventMenu(void)
{
PlaySE(SE_SELECT);
sub_800A620();
- SetWindowBorderStyle(1, 1, 1, 0xD);
+ DrawStdFrameWithCustomTileAndPalette(1, 1, 1, 0xD);
PrintMysteryMenuText(1, gText_LoadingEvent, 1, 2, 0);
PutWindowTilemap(1);
CopyWindowToVram(1, 3);