diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-12-07 13:01:24 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-07 13:01:24 -0500 |
commit | b1d04e4ed1bf25ac8316f54c42cc07bacfdcccd4 (patch) | |
tree | 0427bddb930541d3d2fcf991cbb634e41fb8f719 | |
parent | 7b9d8767d4a00fb8ffb125d306ccfc212873ea2d (diff) | |
parent | 900dc1b41b73f32192cef7eda7db087a9a9d1fea (diff) |
Merge pull request #790 from nbasu02/mark-unused-grunts
document unused male grunts
-rw-r--r-- | constants/trainer_constants.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/constants/trainer_constants.asm b/constants/trainer_constants.asm index 6b1e1c52b..80231fb67 100644 --- a/constants/trainer_constants.asm +++ b/constants/trainer_constants.asm @@ -287,7 +287,7 @@ KRIS EQU __trainer_class__ const GRUNTM_9 const GRUNTM_10 const GRUNTM_11 - const GRUNTM_12 + const GRUNTM_12_UNUSED const GRUNTM_13 const GRUNTM_14 const GRUNTM_15 @@ -297,15 +297,15 @@ KRIS EQU __trainer_class__ const GRUNTM_19 const GRUNTM_20 const GRUNTM_21 - const GRUNTM_22 - const GRUNTM_23 + const GRUNTM_22_UNUSED + const GRUNTM_23_UNUSED const GRUNTM_24 const GRUNTM_25 - const GRUNTM_26 - const GRUNTM_27 + const GRUNTM_26_UNUSED + const GRUNTM_27_UNUSED const GRUNTM_28 const GRUNTM_29 - const GRUNTM_30 + const GRUNTM_30_UNUSED const GRUNTM_31 trainerclass GENTLEMAN ; 20 |