blob: 1534564a46e92285c19cc0684b9c49c658d88c00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Underwater_Route134_MapBorder::
.incbin "data/layouts/Underwater_Route134/border.bin"
Underwater_Route134_MapBlockdata::
.incbin "data/layouts/Underwater_Route134/map.bin"
.align 2
Underwater_Route134_Layout::
.4byte 0x12
.4byte 0xa
.4byte Underwater_Route134_MapBorder
.4byte Underwater_Route134_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Underwater
|