blob: 6394eec544554722c23f425845c669c2f4a4f6d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Underwater5_MapBorder::
.incbin "data/layouts/Underwater5/border.bin"
Underwater5_MapBlockdata::
.incbin "data/layouts/Underwater5/map.bin"
.align 2
Underwater5_Layout::
.4byte 0x50
.4byte 0x28
.4byte Underwater5_MapBorder
.4byte Underwater5_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Underwater
|