diff options
Diffstat (limited to 'stats/egg_moves_crystal.asm')
-rw-r--r-- | stats/egg_moves_crystal.asm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/stats/egg_moves_crystal.asm b/stats/egg_moves_crystal.asm new file mode 100644 index 000000000..ea9414231 --- /dev/null +++ b/stats/egg_moves_crystal.asm @@ -0,0 +1,6 @@ +INCLUDE "pokecrystal.asm" +INCLUDE "includes.asm" + +SECTION "eggmoves", ROMX, BANK[$8] +INCLUDE "stats/egg_move_pointers.asm" +INCLUDE "stats/egg_moves.asm" |