From 1522140e418a3b4f9406a3c4e74a83454e378c1e Mon Sep 17 00:00:00 2001 From: Remy Oukaour Date: Sun, 24 Dec 2017 18:23:24 -0500 Subject: [PATCH] Clarify why G/S egg moves were removed (resolves #294) --- data/pokemon/egg_moves.asm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.