mirror of
https://github.com/pret/pokecrystal.git
synced 2026-05-10 22:44:54 -05:00
8 lines
129 B
NASM
8 lines
129 B
NASM
INCLUDE "pokecrystal.asm"
|
|
INCLUDE "includes.asm"
|
|
|
|
|
|
SECTION "Event Scripting", ROMX, BANK[EVENTS]
|
|
|
|
INCLUDE "engine/scripting.asm"
|