diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-03-10 23:00:01 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-03-10 23:00:01 -0400 |
commit | 6289232447ab4860d3a14d1ce9441b4fc15840d9 (patch) | |
tree | 77b8073ea9be8845779ccc9bd666d5a141c64efb /docs/move_effect_commands.md | |
parent | 7231dc19e45bcf7f7e90b86cab2b74ab1d794b77 (diff) |
Second try at fixing doc links
Diffstat (limited to 'docs/move_effect_commands.md')
-rw-r--r-- | docs/move_effect_commands.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/move_effect_commands.md b/docs/move_effect_commands.md index d4f5b4b32..f2d365f94 100644 --- a/docs/move_effect_commands.md +++ b/docs/move_effect_commands.md @@ -1,6 +1,6 @@ # Move Effect Commands -Defined in [macros/scripts/battle_commands.asm](https://github.com/pret/pokecrystal/macros/scripts/battle_commands.asm) and [data/battle/effect_command_pointers.asm:BattleCommandPointers](https://github.com/pret/pokecrystal/data/battle/effect_command_pointers.asm). +Defined in [macros/scripts/battle_commands.asm](https://github.com/pret/pokecrystal/blob/master/macros/scripts/battle_commands.asm) and [data/battle/effect_command_pointers.asm:BattleCommandPointers](https://github.com/pret/pokecrystal/blob/master/data/battle/effect_command_pointers.asm). ## `$01`: `checkturn` |