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/hall_of_fame.c | |
parent | f085da3a9ba7a9e09398aedd3e41326b8d803756 (diff) |
label some of pokemon_summary_screen
Diffstat (limited to 'src/hall_of_fame.c')
-rw-r--r-- | src/hall_of_fame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hall_of_fame.c b/src/hall_of_fame.c index 2536f4898..5ee025eeb 100644 --- a/src/hall_of_fame.c +++ b/src/hall_of_fame.c @@ -1047,7 +1047,7 @@ static void sub_814302C(u8 taskID) static void sub_8143068(u8 a0, u8 a1) { - sub_8072BD8(gMenuText_WelcomeToHOFAndDexRating, 0, a1 + 1, 0xF0); + MenuPrint_Centered(gMenuText_WelcomeToHOFAndDexRating, 0, a1 + 1, 0xF0); } static void HallOfFame_PrintMonInfo(struct HallofFameMon* currMon, u8 a1, u8 a2) |