summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/pokemon/egg_moves.asm4
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.