summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2019-01-24 00:09:00 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2019-01-24 00:09:00 -0500
commit26332c47067d37e362de2b37f776f03ecc976c95 (patch)
tree2d2af130e5e9f5dcd711568318c66a37e6831c2e
parentd53ce48d127737363173326f9f4fa281c5d82850 (diff)
Fix italics
-rw-r--r--Show-move-names-when-you-receive-a-TM-or-HM.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Show-move-names-when-you-receive-a-TM-or-HM.md b/Show-move-names-when-you-receive-a-TM-or-HM.md
index c79e1a2..2d2656f 100644
--- a/Show-move-names-when-you-receive-a-TM-or-HM.md
+++ b/Show-move-names-when-you-receive-a-TM-or-HM.md
@@ -1,4 +1,4 @@
-In Gen 2, acquiring a TM or HM would just say "*PLAYER* received TM*##*!" when you're given one, or "*PLAYER found TM*##*!" when you take an item ball or hidden item. Gen 4 made these messages more helpful by showing the name of the move that the TM/HM teaches. This tutorial will implement that little quality of life feature.
+In Gen 2, acquiring a TM or HM would just say "*PLAYER* received TM##!" when you're given one, or "*PLAYER found TM##!" when you take an item ball or hidden item. Gen 4 made these messages more helpful by showing the name of the move that the TM/HM teaches. This tutorial will implement that little quality of life feature.
## Contents