diff options
author | yenatch <yenatch@gmail.com> | 2013-11-22 00:09:51 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-11-22 00:14:55 -0500 |
commit | 94188ee0f76934417db7929c696a54440bfc45cb (patch) | |
tree | 8dddd4dfb3cb3a1c1b384dd01ba4dd89858f56e7 /stats/egg_move_pointers.asm | |
parent | 02e8b4c7b68d52f5e7d470564fd7696041912005 (diff) |
version-sensitive objects for egg moves and evos/attacks
this way main.o and wram.o are version-neutral
Diffstat (limited to 'stats/egg_move_pointers.asm')
-rw-r--r-- | stats/egg_move_pointers.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stats/egg_move_pointers.asm b/stats/egg_move_pointers.asm index 27558ddef..76b9f1a92 100644 --- a/stats/egg_move_pointers.asm +++ b/stats/egg_move_pointers.asm @@ -1,3 +1,4 @@ +EggMovePointers: ; 0x23b11 dw BulbasaurEggMoves dw NoEggMoves dw NoEggMoves |