From 21607bdd1fc4950ab711bcc2f507add524d9d07b Mon Sep 17 00:00:00 2001 From: mid-kid Date: Wed, 13 Dec 2017 15:22:01 +0100 Subject: HELD_TRADE_EVOLVE -> HELD_FLINCH This item effect effectively causes the target to flinch (sometimes). It's not exclusive to trade evolve items in later generations either. --- battle/effect_command_pointers.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'battle/effect_command_pointers.asm') diff --git a/battle/effect_command_pointers.asm b/battle/effect_command_pointers.asm index bcd666c91..5dd6be786 100644 --- a/battle/effect_command_pointers.asm +++ b/battle/effect_command_pointers.asm @@ -78,7 +78,7 @@ BattleCommandPointers: ; 3fd28 dw BattleCommand_Spite ; 35c0f dw BattleCommand_FalseSwipe ; 35c94 dw BattleCommand_HealBell ; 35cc9 - dw BattleCommand_KingsRock ; 36ac9 + dw BattleCommand_HeldFlinch ; 36ac9 dw BattleCommand_TripleKick ; 346b2 dw BattleCommand_KickCounter ; 346cd dw BattleCommand_Thief ; 37492 -- cgit v1.2.3