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 /macros/scripts/battle_commands.asm | |
parent | 094fe56cb67e2363afb12016ca4b9ddedc333065 (diff) | |
parent | 0e0f43747db3b55f21218d8ead5a9364564b8a96 (diff) |
Merge pull request #550 from mid-kid/master
Misc things
Diffstat (limited to 'macros/scripts/battle_commands.asm')
-rw-r--r-- | macros/scripts/battle_commands.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/scripts/battle_commands.asm b/macros/scripts/battle_commands.asm index 48e034bdf..919d6e00f 100644 --- a/macros/scripts/battle_commands.asm +++ b/macros/scripts/battle_commands.asm @@ -21,7 +21,7 @@ ENDM command applydamage ; 0e command criticaltext ; 0f command supereffectivetext ; 10 - command checkdestinybond ; 11 + command checkfaint ; 11 command buildopponentrage ; 12 command poisontarget ; 13 command sleeptarget ; 14 |