blob: 8f3d826c77e17f0b3bfab0cfccdeda16e850bde0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
SeafloorCavern_Room8_MapBorder::
.incbin "data/layouts/SeafloorCavern_Room8/border.bin"
SeafloorCavern_Room8_MapBlockdata::
.incbin "data/layouts/SeafloorCavern_Room8/map.bin"
.align 2
SeafloorCavern_Room8_Layout::
.4byte 0xb
.4byte 0xe
.4byte SeafloorCavern_Room8_MapBorder
.4byte SeafloorCavern_Room8_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Cave
|