DEBUG ROOM!!

This commit is contained in:
Zeta_Null 2023-10-30 17:44:30 -04:00
parent bb95a16dcc
commit e8482b7991
8 changed files with 129 additions and 68 deletions

View file

@ -709,3 +709,4 @@ ENDM
map_attributes CeruleanCave2F, CERULEAN_CAVE_2F, $00, 0
map_attributes CeruleanCaveB1F, CERULEAN_CAVE_B1F, $00, 0
map_attributes SilentHills, SILENT_HILLS, $00, 0 ; this is on its own for now. add connections to mt. silver later.
map_attributes DebugRoom, DEBUG_ROOM, $05, 0 ; Debug Room :V

View file

@ -1077,3 +1077,6 @@ SilentHills_Blocks:
LakeOfRagePrycesHouse_Blocks:
INCBIN "maps/LakeOfRagePrycesHouse.ablk"
DebugRoom_Blocks:
INCBIN "maps/DebugRoom.ablk"

View file

@ -554,4 +554,5 @@ MapGroup_Cherrygrove:
MapGroup_SilentHills:
table_width MAP_LENGTH, MapGroup_SilentHills
map SilentHills, TILESET_NIHON_01, TOWN, LANDMARK_SILENT_HILLS, MUSIC_NIHON_TOWN_01, TRUE, PALETTE_AUTO, FISHGROUP_SHORE
map DebugRoom, TILESET_NIHON_01, TOWN, LANDMARK_SILENT_HILLS, MUSIC_MOBILE_ADAPTER_MENU, TRUE, PALETTE_MORN, FISHGROUP_SHORE
assert_table_length NUM_SILENT_HILLS_MAPS

View file

@ -498,3 +498,4 @@ INCLUDE "maps/LakeOfRageTraderHouse.asm"
INCLUDE "maps/LakeOfRagePokecenter1F.asm"
INCLUDE "maps/LakeOfRageMart.asm"
INCLUDE "maps/LakeOfRagePrycesHouse.asm"
INCLUDE "maps/DebugRoom.asm"