Debug map data for testing

This commit is contained in:
xCrystal
2023-12-14 17:13:07 +01:00
parent af9ab166c4
commit 78b8f05fb7
23 changed files with 372 additions and 20 deletions

View File

@@ -50,7 +50,7 @@ if DEF(_DEBUG)
endgroup
newgroup DEBUGLEVEL_2
map_const DEBUGLEVEL_2_MAP_1, 5, 4 ; 1
map_const DEBUGLEVEL_2_MAP_1, 15, 10 ; 1
endgroup
newgroup DEBUGLEVEL_3

0
constants/space_constants.asm Normal file → Executable file
View File

View File

@@ -38,6 +38,7 @@
const TILESET_AERODACTYL_WORD_ROOM ; 24
if DEF(_DEBUG)
const TILESET_BOARD_DEBUG_1 ; 25
const TILESET_BOARD_DEBUG_2 ; 26
endc
DEF NUM_TILESETS EQU const_value - 1