blob: a5039da8f32ebe4409e74f25c157d13942ab27cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
SeafloorCavern_Room9_MapBorder::
.incbin "data/layouts/SeafloorCavern_Room9/border.bin"
SeafloorCavern_Room9_MapBlockdata::
.incbin "data/layouts/SeafloorCavern_Room9/map.bin"
.align 2
SeafloorCavern_Room9_Layout::
.4byte 0x1b
.4byte 0x2e
.4byte SeafloorCavern_Room9_MapBorder
.4byte SeafloorCavern_Room9_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Cave
|