aboutsummaryrefslogtreecommitdiffstats
path: root/engine/hp_bar.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 /engine/hp_bar.asm
parentNamed wram symbols (diff)
downloadpokeyellow-72bbaed99f725b2b8b0d2653968042ce1625354c.tar.gz
pokeyellow-72bbaed99f725b2b8b0d2653968042ce1625354c.tar.xz
pokeyellow-72bbaed99f725b2b8b0d2653968042ce1625354c.zip
fixed hp bar wram label and misc
Diffstat (limited to 'engine/hp_bar.asm')
-rwxr-xr-xengine/hp_bar.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/hp_bar.asm b/engine/hp_bar.asm
index a53511c7..333b0b90 100755
--- a/engine/hp_bar.asm
+++ b/engine/hp_bar.asm
@@ -203,7 +203,7 @@ UpdateHPBar_CalcHPDifference: ; fad7 (3:7ad7)
UpdateHPBar_PrintHPNumber: ; faf5 (3:7af5)
push af
push de
- ld a, [wListMenuID] ; wListMenuID
+ ld a, [wHPBarType]
and a
jr z, .asm_fb2d
ld a, [wHPBarOldHP]