pokecrystal-board/data/maps/scripts.asm
2023-12-21 19:57:17 +01:00

13 lines
299 B
NASM

SECTION "Map Scripts 1", ROMX
INCLUDE "maps/Level1_Map1.asm"
if DEF(_DEBUG)
INCLUDE "maps/DebugLevel1_Map1.asm"
INCLUDE "maps/DebugLevel2_Map1.asm"
INCLUDE "maps/DebugLevel2_Map2.asm"
INCLUDE "maps/DebugLevel3_Map1.asm"
INCLUDE "maps/DebugLevel4_Map1.asm"
INCLUDE "maps/DebugLevel5_Map1.asm"
endc