diff options
author | YamaArashi <shadow962@live.com> | 2015-02-07 22:18:42 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-02-07 22:18:42 -0800 |
commit | 72bbaed99f725b2b8b0d2653968042ce1625354c (patch) | |
tree | 691937b64dea468ccba764cf47913ff0a7e4045b /home.asm | |
parent | 32f7cf12de9f841f76a3f2010caf6d7a80d47bcc (diff) |
fixed hp bar wram label and misc
Diffstat (limited to 'home.asm')
-rw-r--r-- | home.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |