summaryrefslogtreecommitdiff
path: root/Add-a-new-move.md
diff options
context:
space:
mode:
Diffstat (limited to 'Add-a-new-move.md')
-rw-r--r--Add-a-new-move.md2
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)