blob: 62dbff40eea1a4b930d29894810384dfefc3a182 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
ShoalCave_LowTideStairsRoom_MapBorder::
.incbin "data/layouts/ShoalCave_LowTideStairsRoom/border.bin"
ShoalCave_LowTideStairsRoom_MapBlockdata::
.incbin "data/layouts/ShoalCave_LowTideStairsRoom/map.bin"
.align 2
ShoalCave_LowTideStairsRoom_Layout::
.4byte 0x15
.4byte 0xf
.4byte ShoalCave_LowTideStairsRoom_MapBorder
.4byte ShoalCave_LowTideStairsRoom_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Cave
|