From 1c2a1076cb6420f12b458809bf2bec2737ce82ae Mon Sep 17 00:00:00 2001 From: "U-Daniel-PC\\Daniel" Date: Thu, 12 Mar 2015 10:49:35 -0400 Subject: Low health alarm documentation RenaKunisaki --- home.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home.asm') 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 -- cgit v1.3.1-sl0p