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/1.asm | |
parent | 32f7cf12de9f841f76a3f2010caf6d7a80d47bcc (diff) |
fixed hp bar wram label and misc
Diffstat (limited to 'engine/battle/1.asm')
-rwxr-xr-x | engine/battle/1.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/1.asm b/engine/battle/1.asm index ccc82c55..517d53d1 100755 --- a/engine/battle/1.asm +++ b/engine/battle/1.asm @@ -77,7 +77,7 @@ DrainHPEffect_: ; 783f (1:783f) hlCoord 2, 2 xor a .next2 - ld [wListMenuID], a + ld [wHPBarType], a predef UpdateHPBar2 predef DrawPlayerHUDAndHPBar predef DrawEnemyHUDAndHPBar |