summaryrefslogtreecommitdiff
path: root/audio/engine_1.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-10-29 14:23:30 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-10-29 14:23:30 -0400
commitcb414f1480e9117e5d6ee0ab5cb81903e83cde9a (patch)
treee44bd6299c61335a9a0476db57b565aadcd0b4d7 /audio/engine_1.asm
parent2ea331ebb341505df1cd8429b140c52e345a5af4 (diff)
overworld item & movement code, cable club code, remove more instances of W_, add PIKAHAPPY_TRADE
Also make replace.sh take args
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 39035834..9a83e563 100644
--- a/audio/engine_1.asm
+++ b/audio/engine_1.asm
@@ -1556,7 +1556,7 @@ Audio1_HWChannelDisableMasks: ; 996a (2:596a)
Audio1_9972: ; 9972 (2:5972)
push af
push bc
- ld a, [W_OPTIONS]
+ ld a, [wOptions]
and %110000 ; channel options
srl a
ld c, a