mirror of
https://github.com/pret/pokecrystal.git
synced 2026-05-18 11:11:42 -05: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"
|