summaryrefslogtreecommitdiff
path: root/home/audio.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-01-22 15:40:43 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2018-01-22 15:40:43 -0500
commit3a7f518de4bbced15cbf5bb877a988055de7d063 (patch)
treeaf3a8725138870cd9c3db4eaa29c56fb1422754c /home/audio.asm
parent4d8528f90329e2ddfac16046ad8bf309ec1887f2 (diff)
wStatusFlags/2 bit constants
Diffstat (limited to 'home/audio.asm')
-rw-r--r--home/audio.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/audio.asm b/home/audio.asm
index 44786ee29..7508d569c 100644
--- a/home/audio.asm
+++ b/home/audio.asm
@@ -462,7 +462,7 @@ SpecialMapMusic:: ; 3d62
jr z, .surf
ld a, [wStatusFlags2]
- bit 2, a
+ bit STATUSFLAGS2_BUG_CONTEST_TIMER_F, a
jr nz, .contest
.no