mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
94188ee0f7
this way main.o and wram.o are version-neutral
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"
|