aboutsummaryrefslogtreecommitdiffstats
path: root/engine/battle/e_2.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/battle/e_2.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/battle/e_2.asm')
-rwxr-xr-xengine/battle/e_2.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/e_2.asm b/engine/battle/e_2.asm
index 1106f531..9400282d 100755
--- a/engine/battle/e_2.asm
+++ b/engine/battle/e_2.asm
@@ -91,7 +91,7 @@ HealEffect_: ; 3b9ec (e:79ec)
hlCoord 2, 2
xor a
.asm_3ba83
- ld [wListMenuID], a
+ ld [wHPBarType], a
predef UpdateHPBar2
ld hl, DrawHUDsAndHPBars
call BankswitchEtoF