blob: 8193ac6956d59610b5d31796756b7b7593924cf2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
LittlerootTown_MapBorder::
.incbin "data/layouts/LittlerootTown/border.bin"
LittlerootTown_MapBlockdata::
.incbin "data/layouts/LittlerootTown/map.bin"
.align 2
LittlerootTown_Layout::
.4byte 0x14
.4byte 0x14
.4byte LittlerootTown_MapBorder
.4byte LittlerootTown_MapBlockdata
.4byte gTileset_General
.4byte gTileset_Petalburg
|