summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Correct-grammar-for-plural-trainers-like-Twins.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Correct-grammar-for-plural-trainers-like-Twins.md b/Correct-grammar-for-plural-trainers-like-Twins.md
index 50b60df..884ca7c 100644
--- a/Correct-grammar-for-plural-trainers-like-Twins.md
+++ b/Correct-grammar-for-plural-trainers-like-Twins.md
@@ -8,7 +8,7 @@ The alternative is to use the correct grammar for plural trainers: "*ENEMIES* **
## Contents
1. [Define alternative plural phrases](#1-define-alternative-plural-phrases)
-2. [Define plural trainers](#2-define-plural-trainers)
+2. [Define plural trainer classes](#2-define-plural-trainer-classes)
3. [Use "*ENEMIES* want to battle!"](#3-use-enemies-want-to-battle)
4. [Use "*ENEMIES* were defeated!"](#4-use-enemies-were-defeated)
5. [Use "*ENEMIES* are about to use…"](#5-use-enemies-are-about-to-use)
@@ -69,7 +69,7 @@ Edit [data/text/battle.asm](../blob/master/data/text/battle.asm):
(Yes, while looking through the file I found a third phrase using "`<ENEMY>`" that needed a different plural form. All the rest are okay as-is.)
-## 2. Define plural trainers
+## 2. Define plural trainer classes
Edit [engine/battle/core.asm](../blob/master/engine/battle/core.asm):