diff options
Diffstat (limited to 'data/egg_moves.asm')
-rw-r--r-- | data/egg_moves.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/egg_moves.asm b/data/egg_moves.asm index d48f36989..909839730 100644 --- a/data/egg_moves.asm +++ b/data/egg_moves.asm @@ -1,7 +1,7 @@ INCLUDE "includes.asm" -SECTION "Egg Moves", ROMX, BANK[EGG_MOVES] +SECTION "Egg Moves", ROMX[$7b11], BANK[EGG_MOVES] ; All instances of Charm, Steel Wing, Sweet Scent, and Lovely Kiss were ; removed from egg move lists in Crystal, because they are also TMs. |