Fix documentation links to work with GitHub Pages

This commit is contained in:
Rangi
2019-03-10 22:43:57 -04:00
parent 388e5a2a78
commit 70ef2f3432
10 changed files with 134 additions and 128 deletions

View File

@@ -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`