summaryrefslogtreecommitdiff
path: root/stats/egg_moves.asm
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2014-02-06 20:02:27 -0600
committerBryan Bishop <kanzure@gmail.com>2014-02-06 20:02:27 -0600
commit709f495cdffbb7f70367d11804fc0053b79f74aa (patch)
tree5e9407cc74146a31e5ce2200568333aa51b532c7 /stats/egg_moves.asm
parentff6306400b2272a863fb55edbc00c6a22f24230f (diff)
parentddc665a31ac203315c0359b5ef161b731c5c5eda (diff)
Merge pull request #230 from yenatch/master
the calm before the storm
Diffstat (limited to 'stats/egg_moves.asm')
-rw-r--r--stats/egg_moves.asm9
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