blob: 89f4e6a792213c4261bfe29b732ad3ff9c568487 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
SeafloorCavern_Room2_MapBorder::
.incbin "data/layouts/SeafloorCavern_Room2/border.bin"
SeafloorCavern_Room2_MapBlockdata::
.incbin "data/layouts/SeafloorCavern_Room2/map.bin"
.align 2
SeafloorCavern_Room2_Layout::
.4byte 0x12
.4byte 0xc
.4byte SeafloorCavern_Room2_MapBorder
.4byte SeafloorCavern_Room2_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Cave
|