summaryrefslogtreecommitdiff
path: root/docs/text_commands.md
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2021-03-17 16:16:02 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2021-03-17 16:38:21 -0400
commit4522162d4578ab40a071efec9e1fa28c2756e596 (patch)
tree3f04ac12fac11d6aa0782cc72acbe358213845a4 /docs/text_commands.md
parent6c8f8609cb0d8dce34c6f8125267edfa11bbb3f1 (diff)
Consistent labels for each nickname in RAM
Diffstat (limited to 'docs/text_commands.md')
-rw-r--r--docs/text_commands.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/text_commands.md b/docs/text_commands.md
index 959fd47d9..eaccf9645 100644
--- a/docs/text_commands.md
+++ b/docs/text_commands.md
@@ -110,13 +110,13 @@ Play `SFX_SLOT_MACHINE_START`.
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`
-2. `StringBuffer5`
-3. `StringBuffer2`
-4. `StringBuffer1`
-5. `EnemyMonNick`
-6. `BattleMonNick`
+0. `wStringBuffer3`
+1. `wStringBuffer4`
+2. `wStringBuffer5`
+3. `wStringBuffer2`
+4. `wStringBuffer1`
+5. `wEnemyMonNickname`
+6. `wBattleMonNickname`
## `$15`: `text_today`