summaryrefslogtreecommitdiff
path: root/audio/engine_1.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2018-04-01 21:07:14 -0400
committeryenatch <yenatch@gmail.com>2018-04-01 21:07:48 -0400
commit722ca8af43d7d61b08723a1153e402b4100ce9d2 (patch)
treedca535a3294e578857214ada1bdb97eb55d0e0be /audio/engine_1.asm
parentec4e76299c339c90ec6730213121ae9447ec462d (diff)
remove BANK[] and bank constants from ROMX sections
Diffstat (limited to 'audio/engine_1.asm')
-rw-r--r--audio/engine_1.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/engine_1.asm b/audio/engine_1.asm
index 4faf06cf..bb780975 100644
--- a/audio/engine_1.asm
+++ b/audio/engine_1.asm
@@ -1053,7 +1053,7 @@ Audio1_IsCry:
Audio1_96c3:
ld a, [wAudioROMBank]
- cp AUDIO_2
+ cp BANK(AudioEngine2)
jr nz, .asm_96dc
ld a, [wChannelSoundIDs + CH7]
ld b, a