mirror of https://github.com/pret/pokecrystal.git
7 lines
119 B
NASM
7 lines
119 B
NASM
|
INCLUDE "pokecrystal.asm"
|
||
|
INCLUDE "includes.asm"
|
||
|
|
||
|
SECTION "Credits", ROMX, BANK[CREDITS]
|
||
|
INCLUDE "engine/credits.asm"
|
||
|
|