From 2bbd2155cd927e1d2b24c3f683376cbb938ab779 Mon Sep 17 00:00:00 2001 From: SoupPotato Date: Sat, 5 Oct 2024 01:40:05 +0100 Subject: [PATCH] Fixed small issue with Leech Life's animation --- data/moves/animations.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/moves/animations.asm b/data/moves/animations.asm index a4cbe865c..0b9fc4195 100644 --- a/data/moves/animations.asm +++ b/data/moves/animations.asm @@ -2793,8 +2793,8 @@ BattleAnim_DreamEater: anim_ret BattleAnim_LeechLife: - anim_setobjpal PAL_BATTLE_OB_YELLOW, PAL_BTLCUSTOM_PEACH anim_setobjpal PAL_BATTLE_OB_BLUE, PAL_BTLCUSTOM_GRAY + anim_setobjpal PAL_BATTLE_OB_YELLOW, PAL_BTLCUSTOM_PEACH anim_3gfx BATTLE_ANIM_GFX_HORN, BATTLE_ANIM_GFX_HIT, BATTLE_ANIM_GFX_CHARGE anim_call BattleAnim_PoisonSting.hit .loop