diff options
| author | Rangi <remy.oukaour+rangi@gmail.com> | 2018-06-02 11:16:22 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi@gmail.com> | 2018-06-02 11:16:22 -0400 |
| commit | ad60797a76977212eda395502377862fc0dc1c42 (patch) | |
| tree | a5dab01d6a3ed2d814f0ba4001d959b8acc8d903 /constants | |
| parent | 8a71500cd88bff1379e63cf471c0e759e3191de1 (diff) | |
MOVE_PSYCHIC_M → MOVE_PSYCHIC
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/move_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/move_constants.asm b/constants/move_constants.asm index 1f04fe8..b7daf0e 100644 --- a/constants/move_constants.asm +++ b/constants/move_constants.asm @@ -94,7 +94,7 @@ const MOVE_DIG ; 5b const MOVE_TOXIC ; 5c const MOVE_CONFUSION ; 5d - const MOVE_PSYCHIC_M ; 5e + const MOVE_PSYCHIC ; 5e const MOVE_HYPNOSIS ; 5f const MOVE_MEDITATE ; 60 const MOVE_AGILITY ; 61 |
