mirror of https://github.com/pret/pokecrystal.git
6 lines
118 B
NASM
6 lines
118 B
NASM
|
INCLUDE "pokecrystal.asm"
|
||
|
INCLUDE "includes.asm"
|
||
|
|
||
|
SECTION "scripting", ROMX, BANK[$25]
|
||
|
INCLUDE "engine/scripting.asm"
|