blob: 070842a9f5d199ec13719b58599c800772be5c6f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
SeafloorCavern_Room3_MapBorder::
.incbin "data/layouts/SeafloorCavern_Room3/border.bin"
SeafloorCavern_Room3_MapBlockdata::
.incbin "data/layouts/SeafloorCavern_Room3/map.bin"
.align 2
SeafloorCavern_Room3_Layout::
.4byte 0x10
.4byte 0x11
.4byte SeafloorCavern_Room3_MapBorder
.4byte SeafloorCavern_Room3_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Cave
|