mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
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"
|