mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
7 lines
153 B
NASM
7 lines
153 B
NASM
|
INCLUDE "pokecrystal.asm"
|
||
|
INCLUDE "includes.asm"
|
||
|
|
||
|
SECTION "eggmoves", ROMX, BANK[$8]
|
||
|
INCLUDE "stats/egg_move_pointers.asm"
|
||
|
INCLUDE "stats/egg_moves.asm"
|