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/text_commands.md | |
parent | 7231dc19e45bcf7f7e90b86cab2b74ab1d794b77 (diff) |
Second try at fixing doc links
Diffstat (limited to 'docs/text_commands.md')
-rw-r--r-- | docs/text_commands.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/text_commands.md b/docs/text_commands.md index 2e469f5af..13a905213 100644 --- a/docs/text_commands.md +++ b/docs/text_commands.md @@ -1,6 +1,6 @@ # Text Commands -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). +Defined in [macros/scripts/text.asm](https://github.com/pret/pokecrystal/blob/master/macros/scripts/text.asm) and [home/text.asm:TextCommands](https://github.com/pret/pokecrystal/blob/master/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](https://github.com/pret/pokecrystal/data/text_buffers.asm)): +Write text from one of the following addresses (listed in [data/text_buffers.asm](https://github.com/pret/pokecrystal/blob/master/data/text_buffers.asm)): 0. `StringBuffer3` 1. `StringBuffer4` |