blob: c129ae71506f85d046426aeaaf7c840a3d605f13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
FieryPath_MapBorder::
.incbin "data/layouts/FieryPath/border.bin"
FieryPath_MapBlockdata::
.incbin "data/layouts/FieryPath/map.bin"
.align 2
FieryPath_Layout::
.4byte 0x23
.4byte 0x26
.4byte FieryPath_MapBorder
.4byte FieryPath_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Lavaridge
|