blob: f729d0b1b254a8df9047b284c71b92c0b3dc6b46 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
SeafloorCavern_Room6_MapBorder::
.incbin "data/layouts/SeafloorCavern_Room6/border.bin"
SeafloorCavern_Room6_MapBlockdata::
.incbin "data/layouts/SeafloorCavern_Room6/map.bin"
.align 2
SeafloorCavern_Room6_Layout::
.4byte 0x18
.4byte 0x17
.4byte SeafloorCavern_Room6_MapBorder
.4byte SeafloorCavern_Room6_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Pacifidlog
|