summaryrefslogtreecommitdiff
path: root/docs/bugs_and_glitches.md
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-11-17 13:33:03 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2018-11-18 12:41:11 -0500
commit3202c4f3dfeac64d815e3b5ee3ee8e891c2b1ba2 (patch)
treef71e627c4af610124b7f77cc4a9c2dad2adf02f6 /docs/bugs_and_glitches.md
parentc05a2d255befc2d3b7fdf3c5375fa9a015c13632 (diff)
Resolve issue #575: Rename text commands
Diffstat (limited to 'docs/bugs_and_glitches.md')
-rw-r--r--docs/bugs_and_glitches.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/bugs_and_glitches.md b/docs/bugs_and_glitches.md
index c086562fb..76aea54e6 100644
--- a/docs/bugs_and_glitches.md
+++ b/docs/bugs_and_glitches.md
@@ -632,16 +632,16 @@ This can bring Pokémon straight from level 1 to 100 by gaining just a few exper
text_start
line "a boosted"
cont "@"
-- deciram wStringBuffer2, 2, 4
-+ deciram wStringBuffer2, 2, 5
+- text_decimal wStringBuffer2, 2, 4
++ text_decimal wStringBuffer2, 2, 5
text " EXP. Points!"
prompt
Text_StringBuffer2ExpPoints::
text_start
line "@"
-- deciram wStringBuffer2, 2, 4
-+ deciram wStringBuffer2, 2, 5
+- text_decimal wStringBuffer2, 2, 4
++ text_decimal wStringBuffer2, 2, 5
text " EXP. Points!"
prompt
```