blob: 1d6ce495b6e373293c0d98b6488fb6b17c6f9f94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
SeafloorCavern_Entrance_MapBorder::
.incbin "data/layouts/SeafloorCavern_Entrance/border.bin"
SeafloorCavern_Entrance_MapBlockdata::
.incbin "data/layouts/SeafloorCavern_Entrance/map.bin"
.align 2
SeafloorCavern_Entrance_Layout::
.4byte 0x14
.4byte 0x14
.4byte SeafloorCavern_Entrance_MapBorder
.4byte SeafloorCavern_Entrance_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Cave
|