diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-07 08:05:57 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-07 08:05:57 -0500 |
commit | e0445806694a80a98e4d803478a2675ec8803ba6 (patch) | |
tree | 7d8bab4b17173f56b62ebe2823afb572ce59052b /items | |
parent | 929d0aa0817d76bddc764adcd37a78034c29170d (diff) |
battle/ai/switch.asm and more battle/effect_commands.asm
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 f1ca0c2a9..0b67efce5 100644 --- a/items/item_effects.asm +++ b/items/item_effects.asm @@ -1842,7 +1842,7 @@ Functionf1db: ; f1db (3:71db) call AddNTimes ld a, $2 ld [wd10a], a - predef_jump Functionc6e0 + predef_jump AnimateHPBar Functionf1f9: ; f1f9 (3:71f9) call Functionf20b |