diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-01-24 07:14:08 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-01-24 07:14:08 -0500 |
commit | 0947880fbd1f4c4586fb58f3af8bd3479bbc47d4 (patch) | |
tree | 28ab9953df3a6de7405dc180092588c4de711ac7 | |
parent | 5582d17891cc6d53fb8d2d93fdb108c6f63140c0 (diff) |
4 -> 3
-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 5d9ae77..b2af1a0 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 3 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 |