summaryrefslogtreecommitdiff
path: root/home/map.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/map.asm')
-rw-r--r--home/map.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/map.asm b/home/map.asm
index b66faa9ae..baf42cb19 100644
--- a/home/map.asm
+++ b/home/map.asm
@@ -2291,7 +2291,7 @@ GetMapHeaderMusic:: ; 2cbd
ld a, c
cp MUSIC_MAHOGANY_MART
jr z, .mahoganymart
- bit RADIO_TOWER_MUSIC, c
+ bit RADIO_TOWER_MUSIC_F, c
jr nz, .radiotower
callba Function8b342
ld e, c
@@ -2311,7 +2311,7 @@ GetMapHeaderMusic:: ; 2cbd
.clearedradiotower
; the rest of the byte
ld a, c
- and 1 << RADIO_TOWER_MUSIC - 1
+ and RADIO_TOWER_MUSIC - 1
ld e, a
ld d, 0
jr .done