diff options
author | yenatch <yenatch@gmail.com> | 2014-03-03 21:53:10 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-03-03 21:53:10 -0500 |
commit | 5e3fe02fcf9bcc0dddd3f72e30c3ff0c28598393 (patch) | |
tree | 76f9e09bddb64a1fa272118598a87a2bc9217ecc | |
parent | d1a54e32657a7b20f37ff03837d8af9d2a361bcc (diff) |
Export egg move labels.
-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 |