blob: 5c2670b1117b67eb5f1ca1f9878b09eb71dea40a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Underwater7_MapBorder::
.incbin "data/layouts/Underwater7/border.bin"
Underwater7_MapBlockdata::
.incbin "data/layouts/Underwater7/map.bin"
.align 2
Underwater7_Layout::
.4byte 0x50
.4byte 0x28
.4byte Underwater7_MapBorder
.4byte Underwater7_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Underwater
|