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 /battle/ai/items.asm | |
parent | f485a45cda5f84e6909997147b1e6c9a9a538d9b (diff) |
Move effects; no more reloadmapmusic, returnafterbattle
Diffstat (limited to 'battle/ai/items.asm')
-rw-r--r-- | battle/ai/items.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/battle/ai/items.asm b/battle/ai/items.asm index 75245dd94..2fb479590 100644 --- a/battle/ai/items.asm +++ b/battle/ai/items.asm @@ -663,7 +663,7 @@ EnemyPotionFinish: ; 38436 call PrintText_UsedItemOn hlcoord 2, 2 xor a - ld [wd10a], a + ld [wWhichHPBar], a call AIUsedItemSound predef AnimateHPBar jp AIUpdateHUD |