summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2017-12-16 00:50:03 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2017-12-16 00:50:03 -0500
commitfbf931f5d3b505bb336c3bc17d4d332ab374d033 (patch)
tree10909910ed3361b74504e9702d93f18c5cbe2da7 /engine
parentcbde91d7edb4be3c8773d71ef814fb599ee7e7f3 (diff)
Ad some more constants for meaningful audio WRAM bits
Diffstat (limited to 'engine')
-rw-r--r--engine/item_effects.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/item_effects.asm b/engine/item_effects.asm
index b38b13874..cc2132034 100644
--- a/engine/item_effects.asm
+++ b/engine/item_effects.asm
@@ -2398,7 +2398,7 @@ PokeFlute: ; f50c
call PrintText
ld a, [Danger]
- and $80
+ and 1 << DANGER_ON_F
jr nz, .dummy2
.dummy2
ld hl, .AllSleepingMonWokeUp