Add debug maps for testing

This commit is contained in:
xCrystal
2023-10-02 16:11:52 +02:00
parent 7d9b5bb279
commit 63912e8bef
21 changed files with 188 additions and 4 deletions

17
maps/DebugLevel2_Map1.asm Executable file
View File

@@ -0,0 +1,17 @@
object_const_def
DebugLevel2_Map1_MapScripts:
def_scene_scripts
def_callbacks
DebugLevel2_Map1_MapEvents:
db 0, 0 ; filler
def_warp_events
def_coord_events
def_bg_events
def_object_events

1
maps/DebugLevel2_Map1.blk Executable file
View File

@@ -0,0 +1 @@


17
maps/DebugLevel3_Map1.asm Executable file
View File

@@ -0,0 +1,17 @@
object_const_def
DebugLevel3_Map1_MapScripts:
def_scene_scripts
def_callbacks
DebugLevel3_Map1_MapEvents:
db 0, 0 ; filler
def_warp_events
def_coord_events
def_bg_events
def_object_events

1
maps/DebugLevel3_Map1.blk Executable file
View File

@@ -0,0 +1 @@


17
maps/DebugLevel4_Map1.asm Executable file
View File

@@ -0,0 +1,17 @@
object_const_def
DebugLevel4_Map1_MapScripts:
def_scene_scripts
def_callbacks
DebugLevel4_Map1_MapEvents:
db 0, 0 ; filler
def_warp_events
def_coord_events
def_bg_events
def_object_events

1
maps/DebugLevel4_Map1.blk Executable file
View File

@@ -0,0 +1 @@


17
maps/DebugLevel5_Map1.asm Executable file
View File

@@ -0,0 +1,17 @@
object_const_def
DebugLevel5_Map1_MapScripts:
def_scene_scripts
def_callbacks
DebugLevel5_Map1_MapEvents:
db 0, 0 ; filler
def_warp_events
def_coord_events
def_bg_events
def_object_events

1
maps/DebugLevel5_Map1.blk Executable file
View File

@@ -0,0 +1 @@