blob: ac6350d4741e36c9d9ea36bdec999b267962f210 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Underwater2_MapBorder::
.incbin "data/layouts/Underwater2/border.bin"
Underwater2_MapBlockdata::
.incbin "data/layouts/Underwater2/map.bin"
.align 2
Underwater2_Layout::
.4byte 0x50
.4byte 0x50
.4byte Underwater2_MapBorder
.4byte Underwater2_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Underwater
|