summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLOuroboros <lunosouroboros@gmail.com>2022-02-18 19:49:34 -0300
committerLOuroboros <lunosouroboros@gmail.com>2022-02-18 19:49:34 -0300
commit58377e0609acc3ed0e69cd8cf781332e82c95257 (patch)
tree3b9a2f3aa11d2baea3d69b2bdd156588799300c1
parent0f352929a10572115f6f80f908f44d999e958064 (diff)
Updated link to my clean commit of SBird's TM/HM refactorization.
-rw-r--r--Infinite-TM-usage.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Infinite-TM-usage.md b/Infinite-TM-usage.md
index a904aa6..662467a 100644
--- a/Infinite-TM-usage.md
+++ b/Infinite-TM-usage.md
@@ -234,7 +234,7 @@ 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)
-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.
+Optionally, see [this commit](https://github.com/LOuroboros/pokeemerald/commit/515c7cd3a345611f1fe755c7f71b1ba1e20bb88b) 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.
**[Item_expansion](https://github.com/rh-hideout/pokeemerald-expansion/tree/item_expansion)** users, please keep in mind that if you decide to use the above refactorization of TMs and HMs, you will need to modify the `CanMonLearnTMTutor` function located in `src/party_menu.c` like this: