From 54cd9458deb8a67dafc3f999602ce1330b73ad7b Mon Sep 17 00:00:00 2001 From: ExpoSeed <43502820+ExpoSeed@users.noreply.github.com> Date: Sat, 13 Jun 2020 01:26:11 -0500 Subject: added note about karathan's implementation --- Infinite-TM-usage.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Infinite-TM-usage.md') 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. -- cgit v1.2.3