diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-01-24 00:28:15 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-01-24 00:28:15 -0500 |
commit | 5582d17891cc6d53fb8d2d93fdb108c6f63140c0 (patch) | |
tree | c3ab887548a1b33bcfb56bc255a28f3a28ed85e5 | |
parent | 26332c47067d37e362de2b37f776f03ecc976c95 (diff) |
Fix
-rw-r--r-- | Show-move-names-when-you-receive-a-TM-or-HM.md | 2 |
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 2d2656f..5d9ae77 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 |