diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-24 18:23:24 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-24 18:23:24 -0500 |
commit | 1522140e418a3b4f9406a3c4e74a83454e378c1e (patch) | |
tree | 03c1cca5da6ff794923dfadbbf296bd7215ddc8b | |
parent | 040aa7cb171a990a7d4076282e8a12a7b189096b (diff) |
Clarify why G/S egg moves were removed (resolves #294)
-rw-r--r-- | data/pokemon/egg_moves.asm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/data/pokemon/egg_moves.asm b/data/pokemon/egg_moves.asm index c1f9ae964..52d244c39 100644 --- a/data/pokemon/egg_moves.asm +++ b/data/pokemon/egg_moves.asm @@ -4,7 +4,9 @@ INCLUDE "includes.asm" SECTION "Egg Moves", ROMX ; All instances of Charm, Steel Wing, Sweet Scent, and Lovely Kiss were -; removed from egg move lists in Crystal, because they are also TMs. +; removed from egg move lists in Crystal. +; Sweet Scent and Steel Wing were redundant since they're TMs, and +; Charm and Lovely Kiss were unobtainable. ; Staryu's egg moves were removed in Crystal, because Staryu is genderless ; and can only breed with Ditto. |