blob: 32ac95143acca111929f71b7486edaadaf1b36ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
SkyPillar_3F_MapBorder::
.incbin "data/layouts/SkyPillar_3F/border.bin"
SkyPillar_3F_MapBlockdata::
.incbin "data/layouts/SkyPillar_3F/map.bin"
.align 2
SkyPillar_3F_Layout::
.4byte 0xe
.4byte 0xe
.4byte SkyPillar_3F_MapBorder
.4byte SkyPillar_3F_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Pacifidlog
|