diff options
author | Nick Chrissomallis <46578092+Nick-PC@users.noreply.github.com> | 2020-11-08 03:34:42 -0500 |
---|---|---|
committer | Nick Chrissomallis <46578092+Nick-PC@users.noreply.github.com> | 2020-11-08 03:34:42 -0500 |
commit | d1416a22e01288edf59bb89e99443f8c968b4cd5 (patch) | |
tree | 90ca1197b15c83b8329cd3dae410223abb9d9f1e | |
parent | e8a2984e566e3884979d01289e99640721253760 (diff) |
Revised Step 6 to fit modern format of the file, replaced misleading comments, and added a note on fixing an error related to the wBaseUnusedFrontpic label which did not exist when the tutorial was first created. Made a note on Step 3 that it is no longer required in current versions of pokecrystal
-rw-r--r-- | Add-a-new-TM-or-HM.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Add-a-new-TM-or-HM.md b/Add-a-new-TM-or-HM.md index 4cd8376..00738fc 100644 --- a/Add-a-new-TM-or-HM.md +++ b/Add-a-new-TM-or-HM.md @@ -113,6 +113,7 @@ Notice how the `ItemNames` and `ItemAttributes` both already had the maximum 256 ## 3. Update the TM/HM move table +NOTE: This step is no longer required in current versions of pokecrystal. Edit [data/moves/tmhm_moves.asm](../blob/master/data/moves/tmhm_moves.asm): ```diff |