blob: 6c984109dfd3430daeb4c727cfdc87583607c3cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
SeafloorCavern_Room4_MapBorder::
.incbin "data/layouts/SeafloorCavern_Room4/border.bin"
SeafloorCavern_Room4_MapBlockdata::
.incbin "data/layouts/SeafloorCavern_Room4/map.bin"
.align 2
SeafloorCavern_Room4_Layout::
.4byte 0x12
.4byte 0x13
.4byte SeafloorCavern_Room4_MapBorder
.4byte SeafloorCavern_Room4_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Cave
|