summaryrefslogtreecommitdiff
path: root/src/field_region_map.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/field_region_map.c')
-rw-r--r--src/field_region_map.c2
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);