diff options
Diffstat (limited to 'constants/music_constants.asm')
-rw-r--r-- | constants/music_constants.asm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/constants/music_constants.asm b/constants/music_constants.asm index 9536ae837..453bf9098 100644 --- a/constants/music_constants.asm +++ b/constants/music_constants.asm @@ -110,5 +110,7 @@ ; GetMapHeaderMusic picks music for this value (see home/map.asm) MUSIC_MAHOGANY_MART EQU $64 + ; GetMapHeaderMusic picks music for this bit flag -RADIO_TOWER_MUSIC EQU 7 +RADIO_TOWER_MUSIC_F EQU 7 +RADIO_TOWER_MUSIC EQU 1 << RADIO_TOWER_MUSIC_F |