Document map name popup flag

This commit is contained in:
Phlosioneer
2019-03-10 08:10:59 -04:00
committed by huderlem
parent 32f71b2976
commit 8e1537fb57
15 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ bool8 sub_80D47D4(void)
void ShowMapNamePopup(void)
{
if (FlagGet(FLAG_SPECIAL_FLAG_0x4000) != TRUE)
if (FlagGet(FLAG_HIDE_MAP_NAME_POPUP) != TRUE)
{
if (!FuncIsActiveTask(Task_MapNamePopUpWindow))
{