mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
15 lines
311 B
NASM
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
|