From 6fe4d9ca3468d9dedb869ecbcc41b79e218bdf56 Mon Sep 17 00:00:00 2001 From: SoupPotato Date: Mon, 18 Nov 2024 22:43:44 +0000 Subject: [PATCH] Reduced BattleCommand_Paralyze DelayFrames --- engine/battle/effect_commands.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/battle/effect_commands.asm b/engine/battle/effect_commands.asm index 3e8ae2fd5..77fa151e2 100644 --- a/engine/battle/effect_commands.asm +++ b/engine/battle/effect_commands.asm @@ -5860,7 +5860,7 @@ BattleCommand_Paralyze: jr nz, .failed call CheckSubstituteOpp jr nz, .failed - ld c, 30 + ld c, 20 call DelayFrames call AnimateCurrentMove ld a, $1