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

27 lines
478 B
NASM

SECTION "Map Blocks 1", ROMX
Level1_Map1_Blocks:
INCBIN "maps/Level1_Map1.blk"
if DEF(_DEBUG)
DebugLevel1_Map1_Blocks:
INCBIN "maps/DebugLevel1_Map1.blk"
DebugLevel2_Map1_Blocks:
INCBIN "maps/DebugLevel2_Map1.blk"
DebugLevel2_Map2_Blocks:
INCBIN "maps/DebugLevel2_Map2.blk"
DebugLevel3_Map1_Blocks:
INCBIN "maps/DebugLevel3_Map1.blk"
DebugLevel4_Map1_Blocks:
INCBIN "maps/DebugLevel4_Map1.blk"
DebugLevel5_Map1_Blocks:
INCBIN "maps/DebugLevel5_Map1.blk"
endc
ENDSECTION