blob: 5620551b8aca459f4dc44be388f08e526714e6b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
JaggedPass_MapBorder::
.incbin "data/layouts/JaggedPass/border.bin"
JaggedPass_MapBlockdata::
.incbin "data/layouts/JaggedPass/map.bin"
.align 2
JaggedPass_Layout::
.4byte 0x1e
.4byte 0x2e
.4byte JaggedPass_MapBorder
.4byte JaggedPass_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Lavaridge
|