mirror of https://github.com/pret/pokecrystal.git
7 lines
164 B
NASM
7 lines
164 B
NASM
|
INCLUDE "pokecrystal.asm"
|
||
|
INCLUDE "includes.asm"
|
||
|
|
||
|
SECTION "evosattacks", ROMx, BANK[$10]
|
||
|
INCLUDE "stats/evos_attacks_pointers.asm"
|
||
|
INCLUDE "stats/evos_attacks.asm"
|