diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-07-15 04:23:38 -0700 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-07-15 04:30:37 -0700 |
commit | 731d6d59bc624e0350b3396f135a35f6c9bdc4f8 (patch) | |
tree | b57b366f194b50cb5da6bab923f4f4a0a7bc238d /src/map_name_popup.c | |
parent | abc1905caba10eadcbcb271d8188e5d16444a655 (diff) |
Document list_menu.c and main_menu.c
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 758ce3b3d..578636d40 100644 --- a/src/map_name_popup.c +++ b/src/map_name_popup.c @@ -463,7 +463,7 @@ static void LoadMapNamePopUpWindowBg(void) } popUpThemeId = gRegionMapSectionId_To_PopUpThemeIdMapping[regionMapSectionId]; - LoadBgTiles(GetWindowAttribute(popupWindowId, 0), &(gMapPopUp_Outline_Table[popUpThemeId][0]), 0x400, 0x21D); + LoadBgTiles(GetWindowAttribute(popupWindowId, WINDOW_PRIORITY), &(gMapPopUp_Outline_Table[popUpThemeId][0]), 0x400, 0x21D); CallWindowFunction(popupWindowId, sub_80D4A78); PutWindowTilemap(popupWindowId); if(gMapHeader.weather == WEATHER_BUBBLES) |