summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorklektron <klektron@users.noreply.github.com>2021-01-02 15:24:25 +0100
committerklektron <klektron@users.noreply.github.com>2021-01-02 15:24:25 +0100
commit419eac2a656d5dd034e46c5f93ce808e583050de (patch)
treee624efa8f0f96b763e8a610c0a616988ef72a1b0 /audio
parent36d4d6fe0aeeb60b5137b812b779fa82b05b4a5a (diff)
fixes here and there
Diffstat (limited to 'audio')
-rw-r--r--audio/engine_2.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/engine_2.asm b/audio/engine_2.asm
index 51a5d7c4..80b6d95c 100644
--- a/audio/engine_2.asm
+++ b/audio/engine_2.asm
@@ -1065,8 +1065,8 @@ Audio2_IsCry:
jr z, .no
jr c, .yes
.no
- scf
- ccf
+ ld a, [wLowHealthAlarm]
+ rla
ret
.yes
scf