You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Create tileset and map in debug build for testing
This commit is contained in:
@@ -111,5 +111,5 @@ if DEF(_DEBUG)
|
||||
map_attributes DebugLevel2_Map1, DEBUGLEVEL_2_MAP_1, $00, 0
|
||||
map_attributes DebugLevel3_Map1, DEBUGLEVEL_3_MAP_1, $00, 0
|
||||
map_attributes DebugLevel4_Map1, DEBUGLEVEL_4_MAP_1, $00, 0
|
||||
map_attributes DebugLevel5_Map1, DEBUGLEVEL_5_MAP_1, $00, 0
|
||||
map_attributes DebugLevel5_Map1, DEBUGLEVEL_5_MAP_1, $05, 0
|
||||
endc
|
||||
|
@@ -62,6 +62,6 @@ MapGroup_DebugLevel4:
|
||||
|
||||
MapGroup_DebugLevel5:
|
||||
table_width MAP_LENGTH, MapGroup_DebugLevel5
|
||||
map DebugLevel5_Map1, TILESET_JOHTO, OUTDOOR_GRASSY, LANDMARK_DEBUGLEVEL_5, MUSIC_NEW_BARK_TOWN, FALSE, PALETTE_AUTO, FISHGROUP_SHORE
|
||||
map DebugLevel5_Map1, TILESET_BOARD_DEBUG_1, OUTDOOR_GRASSY, LANDMARK_DEBUGLEVEL_5, MUSIC_NEW_BARK_TOWN, FALSE, PALETTE_AUTO, FISHGROUP_SHORE
|
||||
assert_table_length NUM_DEBUGLEVEL_5_MAPS
|
||||
endc
|
Reference in New Issue
Block a user