summaryrefslogtreecommitdiff
path: root/home.asm
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 /home.asm
parent25f0b7abcd66b9273f224790ed2fbe70141ce26d (diff)
Low health alarm documentation
RenaKunisaki
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home.asm b/home.asm
index 37e128f0..c403642f 100644
--- a/home.asm
+++ b/home.asm
@@ -3223,7 +3223,7 @@ PlaySoundWaitForCurrent:: ; 3740 (0:3740)
; Wait for sound to finish playing
WaitForSoundToFinish:: ; 3748 (0:3748)
- ld a, [wd083]
+ ld a, [wLowHealthAlarm]
and $80
ret nz
push hl