diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2018-08-19 13:09:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-19 13:09:16 -0400 |
commit | edb624c20ceb50eef9d73a5df0ac041cc156dd32 (patch) | |
tree | 44e584f918b28e4be2fd58798dd43e34cf0001dd /data/battle/effect_command_pointers.asm | |
parent | 094fe56cb67e2363afb12016ca4b9ddedc333065 (diff) | |
parent | 0e0f43747db3b55f21218d8ead5a9364564b8a96 (diff) |
Merge pull request #550 from mid-kid/master
Misc things
Diffstat (limited to 'data/battle/effect_command_pointers.asm')
-rw-r--r-- | data/battle/effect_command_pointers.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/battle/effect_command_pointers.asm b/data/battle/effect_command_pointers.asm index 1b06eefe7..d5c044d78 100644 --- a/data/battle/effect_command_pointers.asm +++ b/data/battle/effect_command_pointers.asm @@ -20,7 +20,7 @@ BattleCommandPointers: dw BattleCommand_ApplyDamage dw BattleCommand_CriticalText dw BattleCommand_SuperEffectiveText - dw BattleCommand_CheckDestinyBond + dw BattleCommand_CheckFaint dw BattleCommand_BuildOpponentRage dw BattleCommand_PoisonTarget dw BattleCommand_SleepTarget |