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