diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-26 18:11:55 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-26 19:22:27 -0500 |
commit | 2bd45ca574aab251b91c24837b102c9c2a5e76a0 (patch) | |
tree | bd8c568b9e43f7467ff4822080c6228c29bca2b9 /items | |
parent | f485a45cda5f84e6909997147b1e6c9a9a538d9b (diff) |
Move effects; no more reloadmapmusic, returnafterbattle
Diffstat (limited to 'items')
-rw-r--r-- | items/item_effects.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/items/item_effects.asm b/items/item_effects.asm index 827e35f57..2c554cea2 100644 --- a/items/item_effects.asm +++ b/items/item_effects.asm @@ -1842,7 +1842,7 @@ HealHP_SFX_GFX: ; f1db (3:71db) ld bc, SCREEN_WIDTH * 2 call AddNTimes ld a, $2 - ld [wd10a], a + ld [wWhichHPBar], a predef_jump AnimateHPBar UseItem_SelectMon: ; f1f9 (3:71f9) |