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.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.asm')
| -rwxr-xr-x | engine/battle/e.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/e.asm b/engine/battle/e.asm index ff3ac839..5592702a 100755 --- a/engine/battle/e.asm +++ b/engine/battle/e.asm @@ -1174,7 +1174,7 @@ Func_3a718: ; 3a718 (e:6718) call AIPrintItemUse_ hlCoord 2, 2 xor a - ld [wListMenuID],a + ld [wHPBarType],a predef UpdateHPBar2 jp DecrementAICount |
