summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Infinite-TM-usage.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/Infinite-TM-usage.md b/Infinite-TM-usage.md
index eb885f0..2146fb5 100644
--- a/Infinite-TM-usage.md
+++ b/Infinite-TM-usage.md
@@ -57,4 +57,6 @@ And that's it!
![](https://i.imgur.com/KwzzUSm.png)
-Notes: Pokemon will replenish their PP if a TM move is forgotten and relearned. \ No newline at end of file
+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.