blob: c365b6b8f51375b3dcc9e94d36d35d24716e0232 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Underwater3_MapBorder::
.incbin "data/layouts/Underwater3/border.bin"
Underwater3_MapBlockdata::
.incbin "data/layouts/Underwater3/map.bin"
.align 2
Underwater3_Layout::
.4byte 0x50
.4byte 0x50
.4byte Underwater3_MapBorder
.4byte Underwater3_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Underwater
|