diff options
Diffstat (limited to 'stats/egg_moves.asm')
-rw-r--r-- | stats/egg_moves.asm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/stats/egg_moves.asm b/stats/egg_moves.asm index 1d4daaa66..185be1cb3 100644 --- a/stats/egg_moves.asm +++ b/stats/egg_moves.asm @@ -1,9 +1,18 @@ +INCLUDE "includes.asm" + + +SECTION "Egg Moves", ROMX, 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. ; Staryu's egg moves were removed in Crystal, because Staryu is genderless ; and can only breed with Ditto. + +INCLUDE "stats/egg_move_pointers.asm" + + BulbasaurEggMoves: db LIGHT_SCREEN db SKULL_BASH |