mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
9 lines
186 B
NASM
9 lines
186 B
NASM
INCLUDE "pokecrystal.asm"
|
|
INCLUDE "includes.asm"
|
|
|
|
|
|
SECTION "Evolutions and Attacks", ROMX, BANK[EVOS_ATTACKS]
|
|
|
|
INCLUDE "stats/evos_attacks_pointers.asm"
|
|
INCLUDE "stats/evos_attacks.asm"
|