summaryrefslogtreecommitdiff
path: root/include/constants
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2019-03-17 17:20:40 -0500
committerMarcus Huderle <huderlem@gmail.com>2019-03-17 17:20:40 -0500
commite9a3cc6d51ce3818eed11de585f5084342450093 (patch)
tree414ed687f836521c1a966531e87122951c070083 /include/constants
parentc3feb9871f4d05cd9874dd8fc0c2016eaa072864 (diff)
parent4ae8a52473a0e4842cf140bf0c59f0276125a896 (diff)
Merge remote-tracking branch 'upstream/master' into move-tutor
# Conflicts: # include/pokenav.h # src/battle_script_commands.c
Diffstat (limited to 'include/constants')
-rw-r--r--include/constants/flags.h2
-rw-r--r--include/constants/songs.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/include/constants/flags.h b/include/constants/flags.h
index f0759389f..230fbabaf 100644
--- a/include/constants/flags.h
+++ b/include/constants/flags.h
@@ -1548,7 +1548,7 @@
// Special Flags (Unknown)
#define SPECIAL_FLAGS_START 0x4000
-#define FLAG_SPECIAL_FLAG_0x4000 0x4000
+#define FLAG_HIDE_MAP_NAME_POPUP 0x4000
#define FLAG_SPECIAL_FLAG_0x4001 0x4001
#define FLAG_SPECIAL_FLAG_0x4002 0x4002
#define FLAG_SPECIAL_FLAG_0x4003 0x4003
diff --git a/include/constants/songs.h b/include/constants/songs.h
index a459edd24..14b766965 100644
--- a/include/constants/songs.h
+++ b/include/constants/songs.h
@@ -538,4 +538,6 @@
#define MUS_ROUTE_118 0x7FFF // map is split into 2 music sections. controlled by GetCurrLocationDefaultMusic().
+#define MUS_NONE 0xFFFF
+
#endif // GUARD_CONSTANTS_SONGS_H