diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-03-10 22:43:57 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-03-10 22:43:57 -0400 |
commit | 70ef2f3432a2d6a11585fdbc8fb9e2e25d63f316 (patch) | |
tree | e4af1f79e413d6fa58494f2a9bdbe069f7823014 /docs/move_effect_commands.md | |
parent | 388e5a2a7897c20c6711fd726cd337ecd3cfed19 (diff) |
Fix documentation links to work with GitHub Pages
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 e8f239ef0..d4f5b4b32 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](/macros/scripts/battle_commands.asm) and [data/battle/effect_command_pointers.asm:BattleCommandPointers](/data/battle/effect_command_pointers.asm). +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). ## `$01`: `checkturn` |