You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Add debug maps for testing
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user