summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorExpoSeed <43502820+ExpoSeed@users.noreply.github.com>2021-06-10 09:32:21 -0500
committerExpoSeed <43502820+ExpoSeed@users.noreply.github.com>2021-06-10 09:32:21 -0500
commitf6177cea1066b90c9dbe1ca4bbf3dd26c51bf438 (patch)
treeaa0c52a21996737acdb83a7668e679fedb201ad6
parent5d985a529cf20053ce64af7859faaa273328886d (diff)
Updated Infinite TM usage (markdown)
-rw-r--r--Infinite-TM-usage.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/Infinite-TM-usage.md b/Infinite-TM-usage.md
index f7ca6ab..d65b8db 100644
--- a/Infinite-TM-usage.md
+++ b/Infinite-TM-usage.md
@@ -175,6 +175,4 @@ And that's it! TMs are now reusable just like in Gen 5!
![](https://i.imgur.com/tFDpY8B.png)
![](https://i.imgur.com/zA0lj2E.png)
-Notes: Pokemon will replenish their PP if a TM move is forgotten and relearned.
-
Alternatively, see [this commit](https://github.com/LOuroboros/pokeemerald/commit/6f69765770a52c1a7d6608a117112b78a2afcc22) for an implementation by Karathan that turns TMs and HMs into a bitfield, freeing up some saveblock space. This saves space, but is slightly more complex.