blob: c48b00dbaa0e64a08a7ae690fa7dc80a8293f4c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
SeafloorCavern_Room5_MapBorder::
.incbin "data/layouts/SeafloorCavern_Room5/border.bin"
SeafloorCavern_Room5_MapBlockdata::
.incbin "data/layouts/SeafloorCavern_Room5/map.bin"
.align 2
SeafloorCavern_Room5_Layout::
.4byte 0x14
.4byte 0x14
.4byte SeafloorCavern_Room5_MapBorder
.4byte SeafloorCavern_Room5_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Cave
|