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 /engine/battle/e_2.asm | |
| parent | Named wram symbols (diff) | |
| download | pokeyellow-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-x | engine/battle/e_2.asm | 2 |
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 |
