diff options
author | ExpoSeed <43502820+ExpoSeed@users.noreply.github.com> | 2020-06-13 01:26:11 -0500 |
---|---|---|
committer | ExpoSeed <43502820+ExpoSeed@users.noreply.github.com> | 2020-06-13 01:26:11 -0500 |
commit | 54cd9458deb8a67dafc3f999602ce1330b73ad7b (patch) | |
tree | fd8b30cc4af84783d408e022ee6f938bf6478516 /Infinite-TM-usage.md | |
parent | 4b80e7793ff202f21beffe73cfdf79004bc2feaf (diff) |
added note about karathan's implementation
Diffstat (limited to 'Infinite-TM-usage.md')
-rw-r--r-- | Infinite-TM-usage.md | 4 |
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!  -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. |