diff options
author | yenatch <yenatch@gmail.com> | 2017-12-24 16:57:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-24 16:57:20 -0500 |
commit | 70e6b5947b5cc9ca9fd93c720c7f97d9e018da2d (patch) | |
tree | c1d9606acc6a47212cbc6a5faa79b289deba010a /battle/effect_command_pointers.asm | |
parent | 8a8b96138be070d0154a79adc00ce2fb2e0f12d4 (diff) | |
parent | cbec3771e2944a502eea69aeb012bea6cdc4e26b (diff) |
Merge pull request #417 from mid-kid/master
mid-kid's patches
Diffstat (limited to 'battle/effect_command_pointers.asm')
-rw-r--r-- | battle/effect_command_pointers.asm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |