diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-11-17 13:33:03 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-11-18 12:41:11 -0500 |
commit | 3202c4f3dfeac64d815e3b5ee3ee8e891c2b1ba2 (patch) | |
tree | f71e627c4af610124b7f77cc4a9c2dad2adf02f6 /docs/bugs_and_glitches.md | |
parent | c05a2d255befc2d3b7fdf3c5375fa9a015c13632 (diff) |
Resolve issue #575: Rename text commands
Diffstat (limited to 'docs/bugs_and_glitches.md')
-rw-r--r-- | docs/bugs_and_glitches.md | 8 |
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 ``` |