diff options
author | mid-kid <esteve.varela@gmail.com> | 2018-08-19 12:17:54 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2018-08-19 12:17:54 +0200 |
commit | 0e0f43747db3b55f21218d8ead5a9364564b8a96 (patch) | |
tree | 7035c8acc1f02d7c896144937a34741c733e7917 /docs | |
parent | 50da83cb23bd9b6f374a781acabdec0aa22bb598 (diff) |
Fix docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/bugs_and_glitches.md | 2 | ||||
-rw-r--r-- | docs/move_effect_commands.md | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/bugs_and_glitches.md b/docs/bugs_and_glitches.md index 2f4f37600..251ff3403 100644 --- a/docs/bugs_and_glitches.md +++ b/docs/bugs_and_glitches.md @@ -226,7 +226,7 @@ This bug affects Acid, Iron Tail, and Rock Smash. checkfaint criticaltext supereffectivetext - checkdestinybond + checkfaint buildopponentrage - effectchance ; bug: duplicate effectchance shouldn't be here defensedown diff --git a/docs/move_effect_commands.md b/docs/move_effect_commands.md index a7a779123..acb9eca8e 100644 --- a/docs/move_effect_commands.md +++ b/docs/move_effect_commands.md @@ -29,13 +29,13 @@ Defined in [macros/scripts/battle_commands.asm](/macros/scripts/battle_commands. ## `$0D`: `failuretext` -## `$0E`: `checkfaint` +## `$0E`: `applydamage` ## `$0F`: `criticaltext` ## `$10`: `supereffectivetext` -## `$11`: `checkdestinybond` +## `$11`: `checkfaint` ## `$12`: `buildopponentrage` @@ -331,13 +331,13 @@ Defined in [macros/scripts/battle_commands.asm](/macros/scripts/battle_commands. ## `$A4`: `allstatsup` -## `$A5`: `effect0xa5` +## `$A5`: `bidefailtext` ## `$A6`: `raisesubnoanim` ## `$A7`: `lowersubnoanim` -## `$A8`: `effect0xa8` +## `$A8`: `beatupfailtext` ## `$A9`: `clearmissdamage` |