diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-06-30 11:25:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-30 11:25:19 -0700 |
commit | efebc51972b23ddffa2700b1dd6895d4728646a3 (patch) | |
tree | 5dfa68e92aa9d1a267af8dde9ca8040294952e3f /src/map_name_popup.c | |
parent | 91ee3221b3a4885d155ad2cca16b7678062ad18a (diff) | |
parent | 97712ec931febe390861f2234e26a66f15c9c295 (diff) |
Merge pull request #268 from DizzyEggg/decompile_battle_tent
Decompile a bit of battle tent
Diffstat (limited to 'src/map_name_popup.c')
-rw-r--r-- | src/map_name_popup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map_name_popup.c b/src/map_name_popup.c index b2109bb82..758ce3b3d 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); } |