mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08: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"
|