diff options
author | Garak <thomastaps194@comcast.net> | 2018-07-07 20:50:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-07 20:50:41 -0400 |
commit | 6c5d1c4a3de2f1a2d1855a542a6a5d53e4daf936 (patch) | |
tree | e9a140e919d72891ea825b64fc72a9cfa175ce88 /src/pokedex.c | |
parent | c4cc1522c86ec240c53c75455b650b1c69b2d5a4 (diff) | |
parent | 9238533346fd97c67e48fee33a204d1e8e2dd0a7 (diff) |
Merge pull request #9 from pret/master
sync with source repo
Diffstat (limited to 'src/pokedex.c')
-rw-r--r-- | src/pokedex.c | 4 |
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 |