summaryrefslogtreecommitdiff
path: root/src/battle/battle_records.c
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2018-07-02 22:11:25 -0400
committeryenatch <yenatch@gmail.com>2018-07-02 22:11:25 -0400
commitca9cdc306e13a5aff6885aec83b8e23131260d45 (patch)
tree779723679189242fe90c80b6316bcd4a87830eca /src/battle/battle_records.c
parentf085da3a9ba7a9e09398aedd3e41326b8d803756 (diff)
label some of pokemon_summary_screen
Diffstat (limited to 'src/battle/battle_records.c')
-rw-r--r--src/battle/battle_records.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/battle/battle_records.c b/src/battle/battle_records.c
index fed8d6575..d94d88032 100644
--- a/src/battle/battle_records.c
+++ b/src/battle/battle_records.c
@@ -290,7 +290,7 @@ void ShowLinkBattleRecords(void)
{
s32 i;
Menu_DrawStdWindowFrame(1, 0, 28, 18);
- sub_8072BD8(gOtherText_BattleResults, 0, 1, 240);
+ MenuPrint_Centered(gOtherText_BattleResults, 0, 1, 240);
PrintLinkBattleWinsLossesDraws(gSaveBlock1.linkBattleRecords);
#if ENGLISH
@@ -368,7 +368,7 @@ void ShowBattleTowerRecords(void)
{
u16 i;
Menu_DrawStdWindowFrame(3, 1, 27, 17);
- sub_8072BD8(gOtherText_BattleTowerResults, 3, 2, 0xC8);
+ MenuPrint_Centered(gOtherText_BattleTowerResults, 3, 2, 0xC8);
Menu_PrintText(gOtherText_Lv50, 5, 6);
Menu_PrintText(gOtherText_Lv100, 5, 12);
for (i = 5; i < 26; i++)