pokecrystal-board/data/maps/scripts.asm

15 lines
311 B
NASM
Raw Permalink Normal View History

SECTION "Map Scripts 1", ROMX
2013-11-26 02:23:56 -08:00
INCLUDE "maps/Level1_Map1.asm"
if DEF(_DEBUG)
INCLUDE "maps/DebugLevel1_Map1.asm"
2023-10-02 07:11:52 -07:00
INCLUDE "maps/DebugLevel2_Map1.asm"
INCLUDE "maps/DebugLevel2_Map2.asm"
2023-10-02 07:11:52 -07:00
INCLUDE "maps/DebugLevel3_Map1.asm"
INCLUDE "maps/DebugLevel4_Map1.asm"
INCLUDE "maps/DebugLevel5_Map1.asm"
endc
2024-01-03 07:58:53 -08:00
ENDSECTION