diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-05 13:00:25 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-05 13:00:25 -0400 |
commit | c5911d8f5d3e115f2d8ef097b23a066ef6f59eea (patch) | |
tree | c5d286a9a0c37a00f0dc321a3870df83910e0150 | |
parent | 1bb01e7b6a74f1ba243c428a8a9b26bce3f3ee46 (diff) |
trainers → trainer classes
-rw-r--r-- | Correct-grammar-for-plural-trainers-like-Twins.md | 4 |
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): |