blob: 247af44bdb700eb57ae172d7a13eaf6d34b1320b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Underwater6_MapBorder::
.incbin "data/layouts/Underwater6/border.bin"
Underwater6_MapBlockdata::
.incbin "data/layouts/Underwater6/map.bin"
.align 2
Underwater6_Layout::
.4byte 0x28
.4byte 0x50
.4byte Underwater6_MapBorder
.4byte Underwater6_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Underwater
|