mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
94188ee0f7
this way main.o and wram.o are version-neutral
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"
|