diff options
-rw-r--r-- | Automatically-reuse-Repel.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Automatically-reuse-Repel.md b/Automatically-reuse-Repel.md index aba0ce8..05fecc1 100644 --- a/Automatically-reuse-Repel.md +++ b/Automatically-reuse-Repel.md @@ -1,6 +1,6 @@ Starting in B2/W2, when a Repel, Super Repel, or Max Repel expires and you have another one of the same type, the "Repel's effect wore off…" message will be followed by the option to use another. -Implementing this feature in Gen 2 is relatively simple, but does involve a number of different areas: +Implementing this feature in Gen 2 is relatively simple, but unlike "adding a new X by editing constants/X_constants.asm and data/X/\*.asm", it involves a variety of different files, including asm, RAM, event scripts, and text. ## Contents |