diff options
author | yenatch <yenatch@gmail.com> | 2018-07-02 22:11:25 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2018-07-02 22:11:25 -0400 |
commit | ca9cdc306e13a5aff6885aec83b8e23131260d45 (patch) | |
tree | 779723679189242fe90c80b6316bcd4a87830eca /src/pokedex.c | |
parent | f085da3a9ba7a9e09398aedd3e41326b8d803756 (diff) |
label some of pokemon_summary_screen
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 |