pokecrystal-board/data/maps/blocks.asm

22 lines
405 B
NASM
Raw Normal View History

SECTION "Map Blocks 1", ROMX
Level1_Map1_Blocks:
INCBIN "maps/Level1_Map1.blk"
if DEF(_DEBUG)
DebugLevel1_Map1_Blocks:
INCBIN "maps/DebugLevel1_Map1.blk"
2023-10-02 07:11:52 -07:00
DebugLevel2_Map1_Blocks:
INCBIN "maps/DebugLevel2_Map1.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