mirror of https://github.com/pret/pokecrystal.git
Fix docs
This commit is contained in:
parent
50da83cb23
commit
0e0f43747d
|
@ -226,7 +226,7 @@ This bug affects Acid, Iron Tail, and Rock Smash.
|
||||||
checkfaint
|
checkfaint
|
||||||
criticaltext
|
criticaltext
|
||||||
supereffectivetext
|
supereffectivetext
|
||||||
checkdestinybond
|
checkfaint
|
||||||
buildopponentrage
|
buildopponentrage
|
||||||
- effectchance ; bug: duplicate effectchance shouldn't be here
|
- effectchance ; bug: duplicate effectchance shouldn't be here
|
||||||
defensedown
|
defensedown
|
||||||
|
|
|
@ -29,13 +29,13 @@ Defined in [macros/scripts/battle_commands.asm](/macros/scripts/battle_commands.
|
||||||
|
|
||||||
## `$0D`: `failuretext`
|
## `$0D`: `failuretext`
|
||||||
|
|
||||||
## `$0E`: `checkfaint`
|
## `$0E`: `applydamage`
|
||||||
|
|
||||||
## `$0F`: `criticaltext`
|
## `$0F`: `criticaltext`
|
||||||
|
|
||||||
## `$10`: `supereffectivetext`
|
## `$10`: `supereffectivetext`
|
||||||
|
|
||||||
## `$11`: `checkdestinybond`
|
## `$11`: `checkfaint`
|
||||||
|
|
||||||
## `$12`: `buildopponentrage`
|
## `$12`: `buildopponentrage`
|
||||||
|
|
||||||
|
@ -331,13 +331,13 @@ Defined in [macros/scripts/battle_commands.asm](/macros/scripts/battle_commands.
|
||||||
|
|
||||||
## `$A4`: `allstatsup`
|
## `$A4`: `allstatsup`
|
||||||
|
|
||||||
## `$A5`: `effect0xa5`
|
## `$A5`: `bidefailtext`
|
||||||
|
|
||||||
## `$A6`: `raisesubnoanim`
|
## `$A6`: `raisesubnoanim`
|
||||||
|
|
||||||
## `$A7`: `lowersubnoanim`
|
## `$A7`: `lowersubnoanim`
|
||||||
|
|
||||||
## `$A8`: `effect0xa8`
|
## `$A8`: `beatupfailtext`
|
||||||
|
|
||||||
## `$A9`: `clearmissdamage`
|
## `$A9`: `clearmissdamage`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue