diff options
author | LOuroboros <lunosouroboros@gmail.com> | 2022-02-16 09:25:44 -0300 |
---|---|---|
committer | LOuroboros <lunosouroboros@gmail.com> | 2022-02-16 09:25:44 -0300 |
commit | 070ec5d411434ba43a7fea997aedaef4bf92224e (patch) | |
tree | 303652ed342c995af30805850407d5d281600a2a | |
parent | ba884e9c503dc1ac83148157d7ef9284c29b9bc1 (diff) |
Small optimization. I was too dumb to notice in time.
-rw-r--r-- | Infinite-TM-usage.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Infinite-TM-usage.md b/Infinite-TM-usage.md index aa5b267..b499d2f 100644 --- a/Infinite-TM-usage.md +++ b/Infinite-TM-usage.md @@ -224,9 +224,8 @@ RustboroCity_CuttersHouse_Text_ExplainCut: .string "chop down thin trees if the TRAINER\l" .string "has earned the STONE BADGE.\p" - .string "And, unlike a TM, an HM can be used\n" -- .string "more than once.$" + .string "And, like a TM, an HM can be used\n" -+ .string "more than once.$" + .string "more than once.$" ``` And that's it! TMs are now reusable just like in Gen 5! |