Use new palette constants

This commit is contained in:
Remy Oukaour
2017-12-10 20:50:08 -05:00
parent a0bef01a1d
commit b4261d27d8
283 changed files with 947 additions and 937 deletions

View File

@@ -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