summaryrefslogtreecommitdiff
path: root/docs/text_commands.md
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2019-03-10 22:43:57 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2019-03-10 22:43:57 -0400
commit70ef2f3432a2d6a11585fdbc8fb9e2e25d63f316 (patch)
treee4af1f79e413d6fa58494f2a9bdbe069f7823014 /docs/text_commands.md
parent388e5a2a7897c20c6711fd726cd337ecd3cfed19 (diff)
Fix documentation links to work with GitHub Pages
Diffstat (limited to 'docs/text_commands.md')
-rw-r--r--docs/text_commands.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/text_commands.md b/docs/text_commands.md
index 36a470cb8..2e469f5af 100644
--- a/docs/text_commands.md
+++ b/docs/text_commands.md
@@ -1,6 +1,6 @@
# Text Commands
-Defined in [macros/scripts/text.asm](/macros/scripts/text.asm) and [home/text.asm:TextCommands](/home/text.asm).
+Defined in [macros/scripts/text.asm](https://github.com/pret/pokecrystal/macros/scripts/text.asm) and [home/text.asm:TextCommands](https://github.com/pret/pokecrystal/home/text.asm).
## `$00`: `text_start`
@@ -108,7 +108,7 @@ Play `SFX_SLOT_MACHINE_START`.
## `$14`: <code>text_buffer <i>id</i></code>
-Write text from one of the following addresses (listed in [data/text_buffers.asm](/data/text_buffers.asm)):
+Write text from one of the following addresses (listed in [data/text_buffers.asm](https://github.com/pret/pokecrystal/data/text_buffers.asm)):
0. `StringBuffer3`
1. `StringBuffer4`