diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-10 01:12:41 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-03-16 12:31:29 -0500 |
commit | 092608aef6495fdd9b9d2d8cae00e1bd940f9b27 (patch) | |
tree | 427f4f03f91bdc3395058ac0f6f0107f9eef352b /include | |
parent | b67c0698c2533aabdae1ae9679fffbee16e45fac (diff) |
Add a constant for "no music" on maps.
Diffstat (limited to 'include')
-rw-r--r-- | include/constants/songs.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |