diff options
-rw-r--r-- | stats/egg_move_pointers.asm | 2 | ||||
-rw-r--r-- | stats/egg_moves.asm | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/stats/egg_move_pointers.asm b/stats/egg_move_pointers.asm index 76b9f1a92..11665f23e 100644 --- a/stats/egg_move_pointers.asm +++ b/stats/egg_move_pointers.asm @@ -1,4 +1,4 @@ -EggMovePointers: ; 0x23b11 +EggMovePointers:: ; 0x23b11 dw BulbasaurEggMoves dw NoEggMoves dw NoEggMoves diff --git a/stats/egg_moves.asm b/stats/egg_moves.asm index 185be1cb3..bba403c01 100644 --- a/stats/egg_moves.asm +++ b/stats/egg_moves.asm @@ -13,6 +13,8 @@ SECTION "Egg Moves", ROMX, BANK[EGG_MOVES] INCLUDE "stats/egg_move_pointers.asm" +EggMoves:: + BulbasaurEggMoves: db LIGHT_SCREEN db SKULL_BASH |