diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-28 14:03:51 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-28 14:03:51 -0400 |
commit | f0fe4904d0fa8b4e964b64b896c10d4599eb15d3 (patch) | |
tree | 740143a91293bc1f480f0fdf934ffe0cbbd71f13 /src/map_name_popup.c | |
parent | 9bcc82856db7e6417bb56265bbcc04dae290cbf3 (diff) |
through sub_8056918
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 10e549cbd..df2f9f88f 100644 --- a/src/map_name_popup.c +++ b/src/map_name_popup.c @@ -18,7 +18,7 @@ static u16 MapNamePopupCreateWindow(bool32 palIntoFadedBuffer); static void MapNamePopupPrintMapNameOnWindow(u16 windowId); static u8 *MapNamePopupAppendFloorNum(u8 *dest, s8 flags); -void CreateMapNamePopupIfNotAlreadyRunning(bool32 palIntoFadedBuffer) +void ShowMapNamePopup(bool32 palIntoFadedBuffer) { u8 taskId; if (FlagGet(FLAG_SPECIAL_FLAG_0x4000) != TRUE && !(gQuestLogState == 2 || gQuestLogState == 3)) |