summaryrefslogtreecommitdiff
path: root/src/map_name_popup.c
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-07-16 10:35:31 -0500
committercamthesaxman <cameronghall@cox.net>2017-07-16 10:35:31 -0500
commitb03a51e034df8513456043dabf23596c8daba2c1 (patch)
tree668b859f7b442c5e188033658a696a3027ececc1 /src/map_name_popup.c
parent32a9e2ae445e6f5674357edc4e8b9ee90c927c43 (diff)
labeling
Diffstat (limited to 'src/map_name_popup.c')
-rw-r--r--src/map_name_popup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map_name_popup.c b/src/map_name_popup.c
index 303cc3d07..01105d0db 100644
--- a/src/map_name_popup.c
+++ b/src/map_name_popup.c
@@ -101,7 +101,7 @@ void DrawMapNamePopup(void)
u8 name[20];
MenuLoadTextWindowGraphics_OverrideFrameType(0);
- sub_80FBFB4(name, gMapHeader.name, 0);
+ GetMapSectionName(name, gMapHeader.regionMapSectionId, 0);
MenuDrawTextWindow(0, 0, 13, 3);
sub_8072BD8(name, 1, 1, 0x60);
}