summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-02-07 22:18:42 -0800
committerYamaArashi <shadow962@live.com>2015-02-07 22:18:42 -0800
commit72bbaed99f725b2b8b0d2653968042ce1625354c (patch)
tree691937b64dea468ccba764cf47913ff0a7e4045b /home.asm
parent32f7cf12de9f841f76a3f2010caf6d7a80d47bcc (diff)
fixed hp bar wram label and misc
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home.asm b/home.asm
index ef7d35bb..1557755a 100644
--- a/home.asm
+++ b/home.asm
@@ -173,7 +173,7 @@ LoadDestinationWarpPosition:: ; 1313 (0:1313)
DrawHPBar:: ; 1336 (0:1336)
; Draw an HP bar d tiles long, and fill it to e pixels.
; If c is nonzero, show at least a sliver regardless.
-; The right end of the bar changes with [wListMenuID].
+; The right end of the bar changes with [wHPBarType].
push hl
push de
@@ -195,7 +195,7 @@ DrawHPBar:: ; 1336 (0:1336)
jr nz, .draw
; Right
- ld a,[wListMenuID]
+ ld a,[wHPBarType]
dec a
ld a, $6d ; status screen and battle
jr z, .ok