summaryrefslogtreecommitdiff
path: root/src/overworld.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-09-28 22:22:09 -0400
committerGitHub <noreply@github.com>2021-09-28 22:22:09 -0400
commit154e8a271ab547e397892a2a88745e1d6f55ca92 (patch)
treedb4ae87659baced2022e440109306266c1c80e3b /src/overworld.c
parent09fd4fc4c57796036905cdc5caaa53fb96c436f8 (diff)
parent42d2fefe0218f529f9c22f3b6b4230ca91a00de5 (diff)
Merge pull request #1505 from GriffinRichards/tag-none
Add TAG_NONE
Diffstat (limited to 'src/overworld.c')
-rw-r--r--src/overworld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/overworld.c b/src/overworld.c
index 844716985..cfe8489ce 100644
--- a/src/overworld.c
+++ b/src/overworld.c
@@ -1082,7 +1082,7 @@ static bool16 IsInflitratedSpaceCenter(struct WarpData *warp)
u16 GetLocationMusic(struct WarpData *warp)
{
if (NoMusicInSotopolisWithLegendaries(warp) == TRUE)
- return 0xFFFF;
+ return MUS_NONE;
else if (ShouldLegendaryMusicPlayAtLocation(warp) == TRUE)
return MUS_ABNORMAL_WEATHER;
else if (IsInflitratedSpaceCenter(warp) == TRUE)