summaryrefslogtreecommitdiff
path: root/src/reshow_battle_screen.c
diff options
context:
space:
mode:
authorPhlosioneer <mattmdrr2@gmail.com>2019-04-03 17:24:32 -0400
committerPhlosioneer <mattmdrr2@gmail.com>2019-04-03 17:24:32 -0400
commit3a2ea401882d9ce47709d048f57a6d18f890b5f4 (patch)
treeb2f046f579bda3851c36311309a934000261443e /src/reshow_battle_screen.c
parentf82bdb332af669681fdc7edda689753c97ebeede (diff)
Rename and document more contest setup functions
Also properly label the link contest flags variable, and label the contest window ID's.
Diffstat (limited to 'src/reshow_battle_screen.c')
-rw-r--r--src/reshow_battle_screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reshow_battle_screen.c b/src/reshow_battle_screen.c
index dd177f884..e37a5f8a5 100644
--- a/src/reshow_battle_screen.c
+++ b/src/reshow_battle_screen.c
@@ -154,7 +154,7 @@ static void CB2_ReshowBattleScreenAfterMenu(void)
if (gWirelessCommType != 0 && gReceivedRemoteLinkPlayers != 0)
{
- sub_800E0E8();
+ LoadWirelessStatusIndicatorSprite();
CreateWirelessStatusIndicatorSprite(0, 0);
}
}