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/cable_club.c | |
parent | f085da3a9ba7a9e09398aedd3e41326b8d803756 (diff) |
label some of pokemon_summary_screen
Diffstat (limited to 'src/cable_club.c')
-rw-r--r-- | src/cable_club.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cable_club.c b/src/cable_club.c index 1e1f0af07..39027fc08 100644 --- a/src/cable_club.c +++ b/src/cable_club.c @@ -172,7 +172,7 @@ static void sub_8082D18(u32 value) { ConvertIntToDecimalStringN(gStringVar1, value, STR_CONV_MODE_LEFT_ALIGN, 1); Menu_DrawStdWindowFrame(18, 10, 28, 13); - sub_8072BD8(gOtherText_PLink, 19, 11, 72); + MenuPrint_Centered(gOtherText_PLink, 19, 11, 72); } static void sub_8082D4C() |