blob: 055abf133caa9b7456f39e86327e29f171f68f1d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
SkyPillar_4F_MapBorder::
.incbin "data/layouts/SkyPillar_4F/border.bin"
SkyPillar_4F_MapBlockdata::
.incbin "data/layouts/SkyPillar_4F/map.bin"
.align 2
SkyPillar_4F_Layout::
.4byte 0xe
.4byte 0xe
.4byte SkyPillar_4F_MapBorder
.4byte SkyPillar_4F_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Pacifidlog
|