diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-01-12 14:49:16 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-01-12 14:49:16 -0500 |
commit | 18a296e451cbea1ba9ecec8584c7b891408ae2b8 (patch) | |
tree | 3d7e8fbd385145724eb3e4dec1ea547bedfa0d0e | |
parent | 33de5f0cda48c57e7996e153993c29d688b7a0ac (diff) |
Link
-rw-r--r-- | Add-a-new-move.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Add-a-new-move.md b/Add-a-new-move.md index d0ca8b8..fc7a714 100644 --- a/Add-a-new-move.md +++ b/Add-a-new-move.md @@ -12,7 +12,7 @@ This tutorial is for how to add a new move, allowing up to 255 moves. As an exam 1. [Prepare move $FF](#61-prepare-move-ff) 2. [Swap move $FF with Struggle](#62-swap-move-ff-with-struggle) 3. [Remove Struggle from the `MetronomeExcepts` list](#63-remove-struggle-from-the-metronomeexcepts-list) - 4. [Get rid of `NUM_ATTACKS` checks](#64-get-rid-of-num_attacks-checks) + 4. [Get rid of `NUM_ATTACKS + 1` checks](#64-get-rid-of-num_attacks--1-checks) 5. [Don't make move $FF end the turn early](#65-dont-make-move-ff-end-the-turn-early) |