summaryrefslogtreecommitdiff
path: root/src/field_region_map.c
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-07-05 20:11:10 -0700
committerGitHub <noreply@github.com>2018-07-05 20:11:10 -0700
commit9238533346fd97c67e48fee33a204d1e8e2dd0a7 (patch)
treee9a140e919d72891ea825b64fc72a9cfa175ce88 /src/field_region_map.c
parent99c98097753008b1f824a676b36f34ac2857effe (diff)
parentf309f3272ae04be643ee3d1dd9f3fc3e5fc6c699 (diff)
Merge pull request #648 from yenatch/master
fix WarpEvent and label some of pokemon_summary_screen
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);