diff options
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 ``` |