summaryrefslogtreecommitdiff
path: root/src/pokedex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pokedex.c')
-rw-r--r--src/pokedex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pokedex.c b/src/pokedex.c
index 729f72a7c..eb4d1d918 100644
--- a/src/pokedex.c
+++ b/src/pokedex.c
@@ -3367,7 +3367,7 @@ static void Task_InitSizeScreenMultistep(u8 taskId)
string[0] = EOS;
StringAppend(string, gDexText_SizeComparedTo);
StringAppend(string, gSaveBlock2.playerName);
- sub_8072BD8(string, 3, 15, 0xC0);
+ MenuPrint_Centered(string, 3, 15, 0xC0);
gMain.state++;
}
break;
@@ -3815,7 +3815,7 @@ static void sub_8090750(u8 taskId)
gTasks[taskId].data[0]++;
break;
case 3:
- sub_8072BD8(gDexText_RegisterComplete, 2, 0, 0xD0);
+ MenuPrint_Centered(gDexText_RegisterComplete, 2, 0, 0xD0);
if (!IsNationalPokedexEnabled())
sub_8091154(NationalToHoennOrder(dexNum), 13, 3);
else