pokecrystal-board/data/maps/scripts.asm
2024-01-04 21:55:57 +01:00

15 lines
311 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
ENDSECTION