summaryrefslogtreecommitdiff
path: root/src/map_name_popup.c
diff options
context:
space:
mode:
authorLOuroboros <lunosouroboros@gmail.com>2020-12-02 01:40:17 -0300
committerLOuroboros <lunosouroboros@gmail.com>2020-12-02 01:53:28 -0300
commit9f14b57f55a360ae07dc9d9593980d2145fc5d99 (patch)
treed30829f6ec4467b7305a73c5365cbd7906046bb8 /src/map_name_popup.c
parent752fdc7c420a0b67ef830df5c92335dfcd610402 (diff)
FLAG_SPECIAL_FLAG_0 -> FLAG_HIDE_MAP_NAME_POPUP
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 102254f22..7e4aa60e5 100644
--- a/src/map_name_popup.c
+++ b/src/map_name_popup.c
@@ -19,7 +19,7 @@ bool8 unref_sub_80A2F44(void)
void ShowMapNamePopup(void)
{
- if (FlagGet(FLAG_SPECIAL_FLAG_0) != TRUE)
+ if (FlagGet(FLAG_HIDE_MAP_NAME_POPUP) != TRUE)
{
if (!FuncIsActiveTask(Task_MapNamePopup))
{