diff options
author | i0brendan0 <19826742+i0brendan0@users.noreply.github.com> | 2018-07-15 03:12:22 -0500 |
---|---|---|
committer | i0brendan0 <19826742+i0brendan0@users.noreply.github.com> | 2018-07-15 03:12:22 -0500 |
commit | 42494b8c20030ae8357e004941f65b5149839486 (patch) | |
tree | 8361b3536ad0b0ee15f399deb3c885c575ab81d3 | |
parent | f1e3f0b06d334763785cde2dd85429af0d2eb774 (diff) |
Change Snore to Psych Up (otherwise unobtainable)
-rw-r--r-- | Infinitely-reusable-TMs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Infinitely-reusable-TMs.md b/Infinitely-reusable-TMs.md index 7e5ce93..581c254 100644 --- a/Infinitely-reusable-TMs.md +++ b/Infinitely-reusable-TMs.md @@ -315,7 +315,7 @@ First, edit [maps/DarkCaveBlackthornEntrance.asm](../blob/master/maps/DarkCaveBl ```diff DarkCaveBlackthornEntranceTMSnore: - itemball TM_SNORE -+ itemball AWAKENING ++ itemball TM_PSYCH_UP ``` And edit [maps/RockTunnel1F.asm](../blob/master/maps/RockTunnel1F.asm): |