Add TAG_NONE
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user