summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorU-Daniel-PC\Daniel <corrnondacqb@yahoo.com>2015-03-12 10:49:35 -0400
committerU-Daniel-PC\Daniel <corrnondacqb@yahoo.com>2015-03-12 10:49:35 -0400
commit1c2a1076cb6420f12b458809bf2bec2737ce82ae (patch)
tree936b6a749b6eabb9af224859db3fcdef1ace12b4 /audio
parent25f0b7abcd66b9273f224790ed2fbe70141ce26d (diff)
Low health alarm documentation
RenaKunisaki
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 b4cb653b..067ecc0c 100644
--- a/audio/engine_2.asm
+++ b/audio/engine_2.asm
@@ -162,7 +162,7 @@ Music8_PlayNextNote: ; 21946 (8:5946)
ld a, c
cp CH4
jr nz, .beginChecks
- ld a, [wd083]
+ ld a, [wLowHealthAlarm] ;low health alarm enabled?
bit 7, a
ret nz
.beginChecks
@@ -931,7 +931,7 @@ Func_21e19: ; 21e19 (8:5e19)
ld a, c
cp CH4
jr nz, .asm_21e2e
- ld a, [wd083]
+ ld a, [wLowHealthAlarm]
bit 7, a
jr z, .asm_21e2e
xor a