summaryrefslogtreecommitdiff
path: root/src/map_name_popup.c
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-06-17 12:30:09 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2018-06-17 12:30:09 +0200
commit0fe3e612ebd3e7f49f930f7ae40aa9d9267862fa (patch)
tree690380f4554942a198355b8b35e4f85b4ad3aedd /src/map_name_popup.c
parentf807eb1f2de629ef094c3dae37d6380049980a8f (diff)
battle tent start and create frontier struct in saveblock
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 1782e9af8..34415a16e 100644
--- a/src/map_name_popup.c
+++ b/src/map_name_popup.c
@@ -236,7 +236,7 @@ static void ShowMapNamePopUpWindow(void)
else
{
withoutPrefixPtr = &(mapDisplayHeader[3]);
- mapDisplayHeaderSource = gBattlePyramid_MapHeaderStrings[gSaveBlock2Ptr->battlePyramidWildHeaderId];
+ mapDisplayHeaderSource = gBattlePyramid_MapHeaderStrings[gSaveBlock2Ptr->frontier.field_CB2];
}
StringCopy(withoutPrefixPtr, mapDisplayHeaderSource);
}