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/field_region_map.c | |
parent | f085da3a9ba7a9e09398aedd3e41326b8d803756 (diff) |
label some of pokemon_summary_screen
Diffstat (limited to 'src/field_region_map.c')
-rw-r--r-- | src/field_region_map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field_region_map.c b/src/field_region_map.c index a90b8ed6a..10d5a4a5e 100644 --- a/src/field_region_map.c +++ b/src/field_region_map.c @@ -55,7 +55,7 @@ void CB2_FieldInitRegionMap(void) Menu_EraseScreen(); REG_BG0CNT = BGCNT_PRIORITY(0) | BGCNT_CHARBASE(0) | BGCNT_SCREENBASE(31) | BGCNT_16COLOR | BGCNT_TXT256x256; Menu_DrawStdWindowFrame(21, 0, 29, 3); - sub_8072BD8(gOtherText_Hoenn, 0x16, 1, 0x38); + MenuPrint_Centered(gOtherText_Hoenn, 0x16, 1, 0x38); Menu_DrawStdWindowFrame(16, 16, 29, 19); sub_813F0C8(); SetMainCallback2(CB2_FieldRegionMap); |