diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-06 20:55:16 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-06 20:55:16 -0500 |
commit | d8aa438644e86fe7421ad8721fa9b9275ed62023 (patch) | |
tree | 7ac8d718fabd943298ee9bb5edbfd44ad89e3671 /macros/move_effect.asm | |
parent | ae2970d73bf97e1a99037b25214354330a727f0a (diff) |
More battle command labels
Diffstat (limited to 'macros/move_effect.asm')
-rw-r--r-- | macros/move_effect.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macros/move_effect.asm b/macros/move_effect.asm index 7d0eda319..0c2325e8d 100644 --- a/macros/move_effect.asm +++ b/macros/move_effect.asm @@ -15,7 +15,7 @@ endm command damagevariation command checkhit command lowersub - command effect0x0b + command hittargetnosub command raisesub command resulttext command checkfaint @@ -144,8 +144,8 @@ endm command specialdefensedown2 command accuracydown2 command evasiondown2 - command statmessageuser - command statmessagetarget + command statupmessage + command statdownmessage command statupfailtext command statdownfailtext command effectchance |