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

View File

@@ -64,6 +64,10 @@
const ENGINE_FLYPOINT_LEVEL_1
if DEF(_DEBUG)
const ENGINE_FLYPOINT_DEBUGLEVEL_1
const ENGINE_FLYPOINT_DEBUGLEVEL_2
const ENGINE_FLYPOINT_DEBUGLEVEL_3
const ENGINE_FLYPOINT_DEBUGLEVEL_4
const ENGINE_FLYPOINT_DEBUGLEVEL_5
endc
const ENGINE_FLYPOINT_UNUSED
; wLuckyNumberShowFlag

View File

@@ -48,6 +48,22 @@ if DEF(_DEBUG)
newgroup DEBUGLEVEL_1
map_const DEBUGLEVEL_1_MAP_1, 5, 4 ; 1
endgroup
newgroup DEBUGLEVEL_2
map_const DEBUGLEVEL_2_MAP_1, 5, 4 ; 1
endgroup
newgroup DEBUGLEVEL_3
map_const DEBUGLEVEL_3_MAP_1, 5, 4 ; 1
endgroup
newgroup DEBUGLEVEL_4
map_const DEBUGLEVEL_4_MAP_1, 5, 4 ; 1
endgroup
newgroup DEBUGLEVEL_5
map_const DEBUGLEVEL_5_MAP_1, 5, 4 ; 1
endgroup
endc
DEF NUM_MAP_GROUPS EQU const_value

View File

@@ -81,6 +81,10 @@ DEF NUM_FISHGROUPS EQU const_value - 1
; const SPAWN_LEVEL_2
if DEF(_DEBUG)
const SPAWN_DEBUGLEVEL_1
const SPAWN_DEBUGLEVEL_2
const SPAWN_DEBUGLEVEL_3
const SPAWN_DEBUGLEVEL_4
const SPAWN_DEBUGLEVEL_5
endc
DEF NUM_SPAWNS EQU const_value
DEF SPAWN_N_A EQU -1