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/map_name_popup.c | |
parent | f085da3a9ba7a9e09398aedd3e41326b8d803756 (diff) |
label some of pokemon_summary_screen
Diffstat (limited to 'src/map_name_popup.c')
-rw-r--r-- | src/map_name_popup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map_name_popup.c b/src/map_name_popup.c index 49a470cc1..102254f22 100644 --- a/src/map_name_popup.c +++ b/src/map_name_popup.c @@ -103,5 +103,5 @@ void DrawMapNamePopup(void) Menu_LoadStdFrameGraphicsOverrideStyle(0); GetMapSectionName(name, gMapHeader.regionMapSectionId, 0); Menu_DrawStdWindowFrame(0, 0, 13, 3); - sub_8072BD8(name, 1, 1, 0x60); + MenuPrint_Centered(name, 1, 1, 0x60); } |