mirror of
https://github.com/pret/pokecrystal.git
synced 2026-05-13 08:05:56 -05: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"
|