mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-06 16:15:24 +13:00
DEBUG ROOM!!
This commit is contained in:
parent
bb95a16dcc
commit
e8482b7991
8 changed files with 129 additions and 68 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1077,3 +1077,6 @@ SilentHills_Blocks:
|
|||
|
||||
LakeOfRagePrycesHouse_Blocks:
|
||||
INCBIN "maps/LakeOfRagePrycesHouse.ablk"
|
||||
|
||||
DebugRoom_Blocks:
|
||||
INCBIN "maps/DebugRoom.ablk"
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -498,3 +498,4 @@ INCLUDE "maps/LakeOfRageTraderHouse.asm"
|
|||
INCLUDE "maps/LakeOfRagePokecenter1F.asm"
|
||||
INCLUDE "maps/LakeOfRageMart.asm"
|
||||
INCLUDE "maps/LakeOfRagePrycesHouse.asm"
|
||||
INCLUDE "maps/DebugRoom.asm"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue