mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
9 lines
163 B
NASM
9 lines
163 B
NASM
INCLUDE "pokecrystal.asm"
|
|
INCLUDE "includes.asm"
|
|
|
|
|
|
SECTION "Egg Moves", ROMX, BANK[EGG_MOVES]
|
|
|
|
INCLUDE "stats/egg_move_pointers.asm"
|
|
INCLUDE "stats/egg_moves.asm"
|