pokecrystal-board/stats/egg_moves_crystal.asm

9 lines
163 B
NASM
Raw Normal View History

INCLUDE "pokecrystal.asm"
INCLUDE "includes.asm"
SECTION "Egg Moves", ROMX, BANK[EGG_MOVES]
INCLUDE "stats/egg_move_pointers.asm"
INCLUDE "stats/egg_moves.asm"