diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-15 17:41:02 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-15 17:41:02 -0400 |
| commit | b3e38f1246cfcbb1a16b37b6e7e26328cbb796b5 (patch) | |
| tree | 39cd1d570db7e1a564679565e274e85441825782 /data/pokemon | |
| parent | 03e93e5a702448f4ffd0065b5f0f92bc2c89ba4b (diff) | |
Remove Crystal-only CaughtData
Diffstat (limited to 'data/pokemon')
| -rw-r--r-- | data/pokemon/egg_moves.asm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/data/pokemon/egg_moves.asm b/data/pokemon/egg_moves.asm index 6576a8df..9378a871 100644 --- a/data/pokemon/egg_moves.asm +++ b/data/pokemon/egg_moves.asm @@ -3,14 +3,6 @@ INCLUDE "constants.asm" SECTION "Egg Moves", ROMX -; All instances of Charm, Steel Wing, Sweet Scent, and Lovely Kiss were -; 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. - INCLUDE "data/pokemon/egg_move_pointers.asm" BulbasaurEggMoves: |
